SettingsSection::HttpWebRequest Property
.NET Framework (current version)
Gets the configuration element that controls the settings used by an HttpWebRequest object.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("httpWebRequest")] property HttpWebRequestElement^ HttpWebRequest { HttpWebRequestElement^ get(); }
Property Value
Type: System.Net.Configuration::HttpWebRequestElement^A HttpWebRequestElement object.
The configuration element that controls the maximum response header length and other settings used by an HttpWebRequest object.
.NET Framework
Available since 2.0
Available since 2.0
Show: