WSHttpBindingBaseElement.ProxyAddress Özellik

Tanım

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

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

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

Şunlara uygulanır