HttpResponseMessage::Headers Property

Gets the collection of HTTP response headers.

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

public:
property HttpResponseHeaders^ Headers {
	HttpResponseHeaders^ get ();
}
Show: