NetSectionGroup::WebRequestModules Property
.NET Framework (current version)
Gets the configuration section containing the modules registered for use with the WebRequest class.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("webRequestModules")] property WebRequestModulesSection^ WebRequestModules { WebRequestModulesSection^ get(); }
Property Value
Type: System.Net.Configuration::WebRequestModulesSection^A WebRequestModulesSection object.
The section returned by this property corresponds to the <webRequestModules> Element (Network Settings) configuration element.
.NET Framework
Available since 2.0
Available since 2.0
Show: