CloudTracingExtensions.AsFormattedString Method (HttpRequestMessage)
Returns string representation of a HttpRequestMessage.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public static string AsFormattedString(
this HttpRequestMessage httpRequest
)
public:
[ExtensionAttribute]
static String^ AsFormattedString(
HttpRequestMessage^ httpRequest
)
static member AsFormattedString :
httpRequest:HttpRequestMessage -> string
<ExtensionAttribute>
Public Shared Function AsFormattedString (
httpRequest As HttpRequestMessage
) As String
Parameters
httpRequest
Type: System.Net.Http.HttpRequestMessageRequest to format.
Return Value
Type: System.String
Formatted string.
See Also
AsFormattedString Overload
CloudTracingExtensions Class
Microsoft.WindowsAzure.Common Namespace
Return to top