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)
Syntax
public static string AsString(
this CloudHttpResponseErrorInfo response
)
public:
[ExtensionAttribute]
static String^ AsString(
CloudHttpResponseErrorInfo^ response
)
static member AsString :
response:CloudHttpResponseErrorInfo -> string
<ExtensionAttribute>
Public Shared Function AsString (
response As CloudHttpResponseErrorInfo
) As String
Parameters
response
Type: Microsoft.WindowsAzure.Common.CloudHttpResponseErrorInfoThe response message.
Return Value
Type: System.String
The string representation of the response.
See Also
AsString Overload
HttpExtensions Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top