IHttpContent.Headers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a collection of content headers set on the IHttpContent.
public:
property HttpContentHeaderCollection ^ Headers { HttpContentHeaderCollection ^ get(); };
HttpContentHeaderCollection Headers();
public HttpContentHeaderCollection Headers { get; }
var httpContentHeaderCollection = iHttpContent.headers;
Public ReadOnly Property Headers As HttpContentHeaderCollection
Property Value
A collection of content headers set on the IHttpContent.
Remarks
The Headers property returns an HttpContentHeaderCollection object that can be used to get or set the specific headers on the HTTP content in an HTTP request or HTTP response.