HttpMultipartFormDataContent.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 HttpMultipartFormDataContent.
public:
property HttpContentHeaderCollection ^ Headers { HttpContentHeaderCollection ^ get(); };
HttpContentHeaderCollection Headers();
public HttpContentHeaderCollection Headers { get; }
var httpContentHeaderCollection = httpMultipartFormDataContent.headers;
Public ReadOnly Property Headers As HttpContentHeaderCollection
Property Value
A collection of content headers set on the HttpMultipartFormDataContent.