HttpTransportElement.ProxyAddress Property

Definition

Gets or sets a URI that contains the address of the proxy to use for HTTP requests.

public:
 property Uri ^ ProxyAddress { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=null)]
public Uri ProxyAddress { get; set; }
[<System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=null)>]
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri

Property Value

Uri

The Uri that contains the address for the proxy.

Attributes

Applies to