IDTSHttpClientConnection100.BypassProxyOnLocal Property

Definition

Gets or sets a value that indicates whether the proxy server is configured to use credentials and bypass the proxy server and use local addresses instead.

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

Property Value

true to bypass the proxy server; otherwise, false.

Attributes

Applies to