HttpClientConnection100Class.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.
public:
virtual property bool UseProxy { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public virtual 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 Overridable Property UseProxy As Boolean
Property Value
A Boolean that indicates if the connection will use a proxy. A value of true indicates that the connection will use a proxy. A value of false indicates that the connection will not use a proxy.
Implements
- Attributes