HttpClientConnection100Class.ProxyURL 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 the URL that specifies the location of the proxy.
public:
virtual property System::String ^ ProxyURL { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(8)]
public virtual string ProxyURL { [System.Runtime.InteropServices.DispId(8)] get; [System.Runtime.InteropServices.DispId(8)] set; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
[<set: System.Runtime.InteropServices.DispId(8)>]
member this.ProxyURL : string with get, set
Public Overridable Property ProxyURL As String
Property Value
A String that contains the URL location of the proxy.
Implements
- Attributes