HttpExtensions.AsString Method (HttpResponseMessage)

 

Gets a standard string representation of an HTTP response.

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

public static string AsString(
	this HttpResponseMessage response
)

Parameters

response
Type: System.Net.Http.HttpResponseMessage

The response message.

Return Value

Type: System.String

The string representation of the response.

Return to top
Show: