HttpExtensions::AppendHttpResponse Method (StringBuilder^, HttpResponseMessage^)
Appends an HTTP response.
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.
Show: