HttpExtensions.AsString Method (CloudHttpRequestErrorInfo)

 

Gets a standard string representation of an HTTP request.

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

Syntax

public static string AsString(
    this CloudHttpRequestErrorInfo request
)
public:
[ExtensionAttribute]
static String^ AsString(
    CloudHttpRequestErrorInfo^ request
)
static member AsString : 
        request:CloudHttpRequestErrorInfo -> string
<ExtensionAttribute>
Public Shared Function AsString (
    request As CloudHttpRequestErrorInfo
) As String

Parameters

Return Value

Type: System.String

The string representation of the request.

See Also

AsString Overload
HttpExtensions Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top