ProxyElement.ProxyAddress Eigenschap

Definitie

Hiermee haalt u de URI op die de webproxyserver identificeert die moet worden gebruikt.

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

Waarde van eigenschap

Uri

De URI die de webproxyserver identificeert die moet worden gebruikt.

Kenmerken

Van toepassing op

Zie ook