HttpExtensions::AppendHttpResponse Method (StringBuilder^, HttpResponseMessage^)

 

Appends an HTTP response.

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

public:
[ExtensionAttribute]
static void AppendHttpResponse(
	StringBuilder^ text,
	HttpResponseMessage^ response
)

Parameters

text
Type: System.Text::StringBuilder^

The StringBuilder.

response
Type: System.Net.Http::HttpResponseMessage^

The response message.

Return to top
Show: