Share via


ProxyElement.ProxyAddress Vlastnost

Definice

Získá nebo nastaví identifikátor URI, který identifikuje webový proxy server k použití.

public:
 property Uri ^ ProxyAddress { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("proxyaddress")]
public Uri ProxyAddress { get; set; }
[<System.Configuration.ConfigurationProperty("proxyaddress")>]
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri

Hodnota vlastnosti

Uri

Identifikátor URI, který identifikuje webový proxy server, který se má použít.

Atributy

Platí pro

Viz také