HttpStreamContent.Headers Property

Definition

Get a collection of content headers set on the HttpStreamContent.

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

Property Value

A collection of content headers set on the HttpStreamContent.

Implements

Applies to

See also