HttpExtensions::AppendHttpResponse Method (StringBuilder^, CloudHttpResponseErrorInfo^)
Appends an HTTP response.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public: [ExtensionAttribute] static void AppendHttpResponse( StringBuilder^ text, CloudHttpResponseErrorInfo^ response )
Parameters
- text
-
Type:
System.Text::StringBuilder^
The StringBuilder.
- response
-
Type:
Microsoft.WindowsAzure.Common::CloudHttpResponseErrorInfo^
The response message.
Show: