Share via


DefaultProxySection.Module プロパティ

定義

カスタムの Web プロキシ実装の型情報を取得します。

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 プロキシ実装の型情報。

属性

注釈

このプロパティによって返される は ModuleElement 、カスタム IWebProxy 実装の型、アセンブリ、およびバージョンを識別します。

適用対象

こちらもご覧ください