HttpExtensions::AsString Method (HttpRequestMessage^)

 

Gets a standard string representation of an HTTP request.

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

public:
[ExtensionAttribute]
static String^ AsString(
	HttpRequestMessage^ request
)

Parameters

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

The request message.

Return Value

Type: System::String^

The string representation of the request.

Return to top
Show: