DefaultProxySection.Module 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取自定义 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实现的类型、程序集和版本。