HttpExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAppendHttpRequest(StringBuilder^, CloudHttpRequestErrorInfo^)

Appends an HTTP request.

System_CAPS_pubmethodSystem_CAPS_staticAppendHttpRequest(StringBuilder^, HttpRequestMessage^)

Appends an HTTP request.

System_CAPS_pubmethodSystem_CAPS_staticAppendHttpResponse(StringBuilder^, CloudHttpResponseErrorInfo^)

Appends an HTTP response.

System_CAPS_pubmethodSystem_CAPS_staticAppendHttpResponse(StringBuilder^, HttpResponseMessage^)

Appends an HTTP response.

System_CAPS_pubmethodSystem_CAPS_staticAsString(CloudHttpRequestErrorInfo^)

Gets a standard string representation of an HTTP request.

System_CAPS_pubmethodSystem_CAPS_staticAsString(CloudHttpResponseErrorInfo^)

Gets a standard string representation of an HTTP response.

System_CAPS_pubmethodSystem_CAPS_staticAsString(HttpContent^)

Gets the HTTP message content as a string.

System_CAPS_pubmethodSystem_CAPS_staticAsString(HttpRequestMessage^)

Gets a standard string representation of an HTTP request.

System_CAPS_pubmethodSystem_CAPS_staticAsString(HttpResponseMessage^)

Gets a standard string representation of an HTTP response.

System_CAPS_pubmethodSystem_CAPS_staticGetContentHeaders(HttpRequestMessage^)

Gets the content headers for an HTTP request.

System_CAPS_pubmethodSystem_CAPS_staticGetContentHeaders(HttpResponseMessage^)

Gets the content headers for an HTTP response.

Return to top
Show: