DefaultProxySection.Proxy Właściwość

Definicja

Pobiera identyfikator URI identyfikujący serwer proxy sieci Web do użycia.

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

Wartość właściwości

Identyfikator URI identyfikujący serwer proxy sieci Web.

Atrybuty

Uwagi

Zwrócona ProxyElement przez tę właściwość identyfikuje serwer proxy sieci Web do użycia dla zasobów, które nie znajdują się w BypassList kolekcji.

Dotyczy

Zobacz też