WSHttpBindingBaseElement.ProxyAddress Eigenschaft

Definition

Ruft einen URI ab oder legt einen URI fest, der die Adresse des HTTP-Proxys angibt.

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

Eigenschaftswert

Uri

Ein URI, der die Adresse des HTTP-Proxys angibt.

Attribute

Hinweise

Wenn die UseDefaultWebProxy-Eigenschaft auf true festgelegt ist, wird der Wert dieser Eigenschaft ignoriert.

Gilt für: