Aracılığıyla paylaş


WebHttpBindingElement.ProxyAddress Özellik

Tanım

HTTP proxy'sinin URI adresini 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

Uri HTTP proxy'sinin adresi olarak hizmet veren bir. null varsayılan değerdir.

Öznitelikler

Açıklamalar

UseDefaultWebProxy olarak ayarlanırsa truedeğeri ProxyAddress yoksayılır.

Şunlara uygulanır