HttpBindingBase.ProxyAddress Propriedade
Definição
Obtém ou define o endereço do URI do proxy HTTP.Gets or sets the URI address of the HTTP proxy.
public:
property Uri ^ ProxyAddress { Uri ^ get(); void set(Uri ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.UriTypeConverter))]
public Uri ProxyAddress { get; set; }
public Uri ProxyAddress { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.UriTypeConverter))>]
member this.ProxyAddress : Uri with get, set
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri
Valor da propriedade
O endereço do URI do proxy HTTP.The URI address of the HTTP proxy.
- Atributos