HttpClientConnection100Class.ProxyURL Property

Definition

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

Applies to