Sdílet prostřednictvím


WSDualHttpBindingElement.ProxyAddress Vlastnost

Definice

Získá nebo nastaví identifikátor URI, který určuje adresu proxy serveru HTTP.

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

Hodnota vlastnosti

Uri

Identifikátor URI, který určuje adresu proxy serveru HTTP.

Atributy

Poznámky

Pokud UseDefaultWebProxy je vlastnost nastavena na true hodnotu, hodnota této vlastnosti je ignorována.

Platí pro