Aracılığıyla paylaş


WSDualHttpBindingElement.ProxyAddress Özellik

Tanım

HTTP ara sunucusunun adresini belirten bir URI alır veya ayarlanır.

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

Özellik Değeri

Uri

HTTP ara sunucusunun adresini belirten bir URI.

Öznitelikler

Açıklamalar

özelliği UseDefaultWebProxy olarak true ayarlanırsa, bu özelliğin değeri yoksayılır.

Şunlara uygulanır