共用方式為


DefaultProxySection.Proxy 屬性

定義

取得 URI,該 URI 識別要使用的 Web Proxy 伺服器。

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

屬性值

URI,識別 Web Proxy 伺服器。

屬性

備註

ProxyElement這個屬性所傳回的 會識別要用於不在集合中的BypassList資源的 Web Proxy 伺服器。

適用於

另請參閱