共用方式為


DefaultProxySection.Module 屬性

定義

取得自訂 Web Proxy 實作的型別資訊。

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

屬性值

自訂 Web Proxy 實作的類型資訊。

屬性

備註

ModuleElement這個屬性傳回的 會識別自定義IWebProxy實作的類型、元件和版本。

適用於

另請參閱