IDTSConnectionManagerHttp100.UseProxy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the connection uses a proxy for requests.
public:
property bool UseProxy { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(6)]
public bool UseProxy { [System.Runtime.InteropServices.DispId(6)] get; [System.Runtime.InteropServices.DispId(6)] set; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
[<set: System.Runtime.InteropServices.DispId(6)>]
member this.UseProxy : bool with get, set
Public Property UseProxy As Boolean
Property Value
true if the connection uses a proxy for request; otherwise, false.
- Attributes