Sdílet prostřednictvím


WebHttpBindingElement.ProxyAddress Vlastnost

Definice

Získá nebo nastaví adresu URI proxy serveru 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

Hodnota vlastnosti

Uri

A Uri , který slouží jako adresa proxy serveru HTTP. Výchozí hodnota je null.

Atributy

Poznámky

UseDefaultWebProxy Pokud je nastavena na truehodnotu , bude hodnota ProxyAddress ignorována.

Platí pro