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

 

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,
	CloudHttpRequestErrorInfo^ request
)

Parameters

text
Type: System.Text::StringBuilder^

The StringBuilder.

request
Type: Microsoft.WindowsAzure.Common::CloudHttpRequestErrorInfo^

The request message.

Return to top
Show: