Compartilhar via


HttpExtensions.AppendHttpResponse Method (StringBuilder, CloudHttpResponseErrorInfo)

 

Appends an HTTP response.

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

Syntax

public static void AppendHttpResponse(
    this StringBuilder text,
    CloudHttpResponseErrorInfo response
)
public:
[ExtensionAttribute]
static void AppendHttpResponse(
    StringBuilder^ text,
    CloudHttpResponseErrorInfo^ response
)
static member AppendHttpResponse : 
        text:StringBuilder *
        response:CloudHttpResponseErrorInfo -> unit
<ExtensionAttribute>
Public Shared Sub AppendHttpResponse (
    text As StringBuilder,
    response As CloudHttpResponseErrorInfo
)

Parameters

See Also

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

Return to top