次の方法で共有


ProxyElement.BypassOnLocal プロパティ

定義

ローカル リソースを Web プロキシ サーバーを使用して取得するかどうかを示す値を取得または設定します。

public:
 property System::Net::Configuration::ProxyElement::BypassOnLocalValues BypassOnLocal { System::Net::Configuration::ProxyElement::BypassOnLocalValues get(); void set(System::Net::Configuration::ProxyElement::BypassOnLocalValues value); };
[System.Configuration.ConfigurationProperty("bypassonlocal", DefaultValue=System.Net.Configuration.ProxyElement+BypassOnLocalValues.Unspecified)]
public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get; set; }
[<System.Configuration.ConfigurationProperty("bypassonlocal", DefaultValue=System.Net.Configuration.ProxyElement+BypassOnLocalValues.Unspecified)>]
member this.BypassOnLocal : System.Net.Configuration.ProxyElement.BypassOnLocalValues with get, set
Public Property BypassOnLocal As ProxyElement.BypassOnLocalValues

プロパティ値

Web プロキシ サーバーを使用してローカル リソースを取得するかどうかを示す 値。

属性

注釈

この構成要素は、LAN 上のリソースに対する要求をプロキシ サーバーに送信するか、リソースが存在するホストに直接送信するかを制御します。

適用対象

こちらもご覧ください