HttpStringContent.Headers Property

Definition

Get a collection of content headers set on the HttpStringContent.

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

Property Value

A collection of content headers set on the HttpStringContent.

Implements

Applies to

See also