WSHttpBindingBaseElement.ProxyAddress Propiedad

Definición

Obtiene o establece un URI que especifica la dirección del 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 propiedad

Uri

Un URI que especifica la dirección del proxy HTTP.

Atributos

Comentarios

Si la propiedad UseDefaultWebProxy se establece como true, se ignora el valor de la propiedad.

Se aplica a