HttpContent::Headers Property

.NET Framework (current version)
 

Gets the HTTP content headers as defined in RFC 2616.

Namespace:   System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
property HttpContentHeaders^ Headers {
	HttpContentHeaders^ get();
}

Property Value

Type: System.Net.Http.Headers::HttpContentHeaders^

The content headers as defined in RFC 2616.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: