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