HttpExtensions::AppendHttpRequest Method (StringBuilder^, HttpRequestMessage^)

 

Appends an HTTP request.

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

public:
[ExtensionAttribute]
static void AppendHttpRequest(
	StringBuilder^ text,
	HttpRequestMessage^ request
)

Parameters

text
Type: System.Text::StringBuilder^

The StringBuilder.

request
Type: System.Net.Http::HttpRequestMessage^

The request message.

Return to top
Show: