Compartilhar via


WebHttpBindingElement.ProxyAddress Propriedade

Definição

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

Uri

Um Uri que serve como o endereço do proxy http. O valor padrão é null.

Atributos

Comentários

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

Aplica-se a