SettingsSection::HttpWebRequest Property

 

Gets the configuration element that controls the settings used by an HttpWebRequest object.

Namespace:   System.Net.Configuration
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
Return to top
Show: