HttpContentHeaderCollection Constructor

Definition

Initializes a new instance of the HttpContentHeaderCollection class.

public:
 HttpContentHeaderCollection();
 HttpContentHeaderCollection();
public HttpContentHeaderCollection();
function HttpContentHeaderCollection()
Public Sub New ()

Remarks

An HttpContentHeaderCollection object is returned by the property on HttpBufferContent, HttpFormUrlEncodedContent, HttpMultipartContent, HttpMultipartFormDataContent, HttpStreamContent, and HttpStringContent, classes and the IHttpContent interface.

Applies to