WSHttpBindingBaseElement.ProxyAddress Egenskap

Definition

Hämtar eller anger en URI som anger adressen till HTTP-proxyn.

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

Egenskapsvärde

Uri

En URI som anger adressen till HTTP-proxyn.

Attribut

Kommentarer

Om egenskapen UseDefaultWebProxy är inställd på trueignoreras värdet för den här egenskapen.

Gäller för