HttpBindingBase.BypassProxyOnLocal プロパティ

定義

ローカル アドレスに対してプロキシ サーバーをバイパスするかどうかを示す値を取得します。値の設定も可能です。

public:
 property bool BypassProxyOnLocal { bool get(); void set(bool value); };
public bool BypassProxyOnLocal { get; set; }
member this.BypassProxyOnLocal : bool with get, set
Public Property BypassProxyOnLocal As Boolean

プロパティ値

Boolean

ローカル アドレスに対してプロキシ サーバーを使用しない場合は true、それ以外の場合は false です。

適用対象