IDTSHttpClientConnection100.BypassProxyOnLocal 屬性

定義

取得或設定值,指出 Proxy 伺服器是否設定為使用認證,以及略過 Proxy 伺服器並改用本機位址。

public:
 property bool BypassProxyOnLocal { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(10)]
public bool BypassProxyOnLocal { [System.Runtime.InteropServices.DispId(10)] get; [System.Runtime.InteropServices.DispId(10)] set; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
[<set: System.Runtime.InteropServices.DispId(10)>]
member this.BypassProxyOnLocal : bool with get, set
Public Property BypassProxyOnLocal As Boolean

屬性值

Boolean

true 表示略過 proxy 伺服器;否則為 false。

屬性

適用於