HttpExtensions.AsString Method (CloudHttpResponseErrorInfo)

 

Gets a standard string representation of an HTTP response.

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

<ExtensionAttribute>
Public Shared Function AsString (
	response As CloudHttpResponseErrorInfo
) As String

Parameters

response
Type: Microsoft.WindowsAzure.Common.CloudHttpResponseErrorInfo

The response message.

Return Value

Type: System.String

The string representation of the response.

Return to top
Show: