Sdílet prostřednictvím


DefaultProxySection.Proxy Vlastnost

Definice

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

public:
 property System::Net::Configuration::ProxyElement ^ Proxy { System::Net::Configuration::ProxyElement ^ get(); };
[System.Configuration.ConfigurationProperty("proxy")]
public System.Net.Configuration.ProxyElement Proxy { get; }
[<System.Configuration.ConfigurationProperty("proxy")>]
member this.Proxy : System.Net.Configuration.ProxyElement
Public ReadOnly Property Proxy As ProxyElement

Hodnota vlastnosti

Identifikátor URI, který identifikuje webový proxy server.

Atributy

Poznámky

Vlastnost ProxyElement vrácená touto vlastností identifikuje webový proxy server, který se má použít pro prostředky, které nejsou v kolekci BypassList .

Platí pro

Viz také