HttpExtensions::GetContentHeaders Method (HttpRequestMessage^)

 

Gets the content headers for an HTTP request.

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

public:
[ExtensionAttribute]
static HttpHeaders^ GetContentHeaders(
	HttpRequestMessage^ request
)

Parameters

request
Type: System.Net.Http::HttpRequestMessage^

The request message.

Return Value

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

The content headers.

Return to top
Show: