NetSectionGroup.WebRequestModules Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets the configuration section containing the modules registered for use with the WebRequest class.
Assembly: System (in System.dll)
[ConfigurationPropertyAttribute("webRequestModules")] public WebRequestModulesSection WebRequestModules { get; }
Property Value
Type: System.Net.Configuration.WebRequestModulesSectionA 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: