Freigeben über


WebHttpBindingElement.ProxyAddress Eigenschaft

Definition

Ruft die URI-Adresse des HTTP-Proxys ab oder legt sie fest.

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

A Uri , das als Adresse des HTTP-Proxys dient. Der Standardwert ist null.

Attribute

Hinweise

Wenn der Wert auf <a0/> festgelegt ist, wird der Wert ignoriert.

Gilt für: