HttpBindingBaseElement.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

属性

適用対象