WebHttpBindingElement.ProxyAddress Propriedade

Definição

Obtém ou define o endereço URI do 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

Valor de Propriedade

Uri

A Uri que serve como endereço do proxy HTTP. O valor predefinido é null.

Atributos

Observações

Se o UseDefaultWebProxy for definido como true, o valor de ProxyAddress é ignorado.

Aplica-se a