HttpExtensions.AppendHttpResponse Method (StringBuilder, HttpResponseMessage)
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,
HttpResponseMessage response
)
public:
[ExtensionAttribute]
static void AppendHttpResponse(
StringBuilder^ text,
HttpResponseMessage^ response
)
static member AppendHttpResponse :
text:StringBuilder *
response:HttpResponseMessage -> unit
<ExtensionAttribute>
Public Shared Sub AppendHttpResponse (
text As StringBuilder,
response As HttpResponseMessage
)
Parameters
text
Type: System.Text.StringBuilderThe StringBuilder.
response
Type: System.Net.Http.HttpResponseMessageThe response message.
See Also
AppendHttpResponse Overload
HttpExtensions Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top