DefaultProxySection::Module Property
.NET Framework (current version)
Gets the type information for a custom Web proxy implementation.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("module")] property ModuleElement^ Module { ModuleElement^ get(); }
Property Value
Type: System.Net.Configuration::ModuleElement^The type information for a custom Web proxy implementation.
The ModuleElement returned by this property identifies the type, assembly, and version of a custom IWebProxy implementation.
.NET Framework
Available since 2.0
Available since 2.0
Show: