NetSectionGroup::WebRequestModules Property

 

Gets the configuration section containing the modules registered for use with the WebRequest class.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("webRequestModules")]
property WebRequestModulesSection^ WebRequestModules {
	WebRequestModulesSection^ get();
}

The section returned by this property corresponds to the <webRequestModules> Element (Network Settings) configuration element.

.NET Framework
Available since 2.0
Return to top
Show: