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

プロパティ値

true ローカル アドレスのプロキシ サーバーをバイパスする場合。それ以外の場合は false

適用対象