HttpMultipartContent.Headers Property

Definition

Get a collection of content headers set on the HttpMultipartContent.

public:
 property HttpContentHeaderCollection ^ Headers { HttpContentHeaderCollection ^ get(); };
HttpContentHeaderCollection Headers();
public HttpContentHeaderCollection Headers { get; }
var httpContentHeaderCollection = httpMultipartContent.headers;
Public ReadOnly Property Headers As HttpContentHeaderCollection

Property Value

A collection of content headers set on the HttpMultipartContent.

Implements

Applies to

See also