HttpFormUrlEncodedContent.Headers Property

Definition

Get a collection of content headers set on the HttpFormUrlEncodedContent.

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

Property Value

A collection of content headers set on the HttpFormUrlEncodedContent.

Implements

Applies to

See also