Udostępnij za pośrednictwem


WebHttpBindingElement.ProxyAddress Właściwość

Definicja

Pobiera lub ustawia adres URI serwera proxy 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

Wartość właściwości

Uri

Element Uri , który służy jako adres serwera proxy HTTP. Wartość domyślna to null.

Atrybuty

Uwagi

UseDefaultWebProxy Jeśli parametr ma wartość true, wartość ProxyAddress jest ignorowana.

Dotyczy