CloudTracingExtensions.AsFormattedString Method (HttpRequestMessage)

 

Returns string representation of a HttpRequestMessage.

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

public static string AsFormattedString(
	this HttpRequestMessage httpRequest
)

Parameters

httpRequest
Type: System.Net.Http.HttpRequestMessage

Request to format.

Return Value

Type: System.String

Formatted string.

Return to top
Show: