WSHttpBindingBaseElement.ProxyAddress Eigenschap

Definitie

Hiermee haalt u een URI op waarmee het adres van de HTTP-proxy wordt opgegeven.

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

Waarde van eigenschap

Uri

Een URI die het adres van de HTTP-proxy aangeeft.

Kenmerken

Opmerkingen

Als de UseDefaultWebProxy eigenschap is ingesteld op true, wordt de waarde van deze eigenschap genegeerd.

Van toepassing op