Gets or sets the default for the HttpWebRequest.MaximumResponseHeadersLength property.
Documentation for this section has not yet been entered.
The length of the response header received the response status line and any extra control characters that are received as part of HTTP protocol. A value of -1 means no limit is imposed on the response headers received; a value of 0 means that all requests fail.
This value can also be changed in the configuration file. The impact of this property can be overridden by setting the HttpWebRequest.MaximumResponseHeadersLength property on an instance of the System.Net.HttpWebRequest class.