HttpWebRequestElement Constructor

Definition

Initializes a new instance of the HttpWebRequestElement class.

public:
 HttpWebRequestElement();
public HttpWebRequestElement ();
Public Sub New ()

Remarks

This constructor adds a ConfigurationProperty object that represents the MaximumResponseHeadersLength to the Properties collection.

Applies to

See also