WSHttpBindingBaseElement.BypassProxyOnLocal プロパティ

定義

ローカル アドレスでプロキシ サーバーをバイパスするかどうかを指定するブール値を取得または設定します。

public:
 property bool BypassProxyOnLocal { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=false)]
public bool BypassProxyOnLocal { get; set; }
[<System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=false)>]
member this.BypassProxyOnLocal : bool with get, set
Public Property BypassProxyOnLocal As Boolean

プロパティ値

プロキシ サーバーがローカル アドレスでバイパスされる場合は true。それ以外の場合は false。 既定値は、false です。

属性

適用対象