IDTSHttpClientConnection100.UseProxy Property

Definition

Gets or sets a value that indicates whether or not the connection will use a proxy.

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

Property Value

true if the connection will use a proxy; otherwise, false.

Attributes

Remarks

For more information, see HttpClientConnection100Class.

Applies to