CloudTracingExtensions.AsFormattedString Method (HttpResponseMessage)

 

Returns string representation of a HttpResponseMessage.

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

public static string AsFormattedString(
	this HttpResponseMessage httpResponse
)

Parameters

httpResponse
Type: System.Net.Http.HttpResponseMessage

Response to format.

Return Value

Type: System.String

Formatted string.

Return to top
Show: