HttpExtensions.AppendHttpRequest Method (StringBuilder, CloudHttpRequestErrorInfo)
Appends an HTTP request.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public static void AppendHttpRequest(
this StringBuilder text,
CloudHttpRequestErrorInfo request
)
public:
[ExtensionAttribute]
static void AppendHttpRequest(
StringBuilder^ text,
CloudHttpRequestErrorInfo^ request
)
static member AppendHttpRequest :
text:StringBuilder *
request:CloudHttpRequestErrorInfo -> unit
<ExtensionAttribute>
Public Shared Sub AppendHttpRequest (
text As StringBuilder,
request As CloudHttpRequestErrorInfo
)
Parameters
text
Type: System.Text.StringBuilderThe StringBuilder.
request
Type: Microsoft.WindowsAzure.Common.CloudHttpRequestErrorInfoThe request message.
See Also
AppendHttpRequest Overload
HttpExtensions Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top