HttpExtensions::GetContentHeaders Method (HttpResponseMessage^)

 

Gets the content headers for an HTTP response.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
[ExtensionAttribute]
static HttpHeaders^ GetContentHeaders(
	HttpResponseMessage^ response
)

Parameters

response
Type: System.Net.Http::HttpResponseMessage^

The response message.

Return Value

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

The content headers.

Return to top
Show: