HttpExtensions Class
Represents the extensions that are used for manipulating HTTP requests and responses.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AppendHttpRequest(StringBuilder, CloudHttpRequestErrorInfo) | Appends an HTTP request. |
![]() ![]() | AppendHttpRequest(StringBuilder, HttpRequestMessage) | Appends an HTTP request. |
![]() ![]() | AppendHttpResponse(StringBuilder, CloudHttpResponseErrorInfo) | Appends an HTTP response. |
![]() ![]() | AppendHttpResponse(StringBuilder, HttpResponseMessage) | Appends an HTTP response. |
![]() ![]() | AsString(CloudHttpRequestErrorInfo) | Gets a standard string representation of an HTTP request. |
![]() ![]() | AsString(CloudHttpResponseErrorInfo) | Gets a standard string representation of an HTTP response. |
![]() ![]() | AsString(HttpContent) | Gets the HTTP message content as a string. |
![]() ![]() | AsString(HttpRequestMessage) | Gets a standard string representation of an HTTP request. |
![]() ![]() | AsString(HttpResponseMessage) | Gets a standard string representation of an HTTP response. |
![]() ![]() | GetContentHeaders(HttpRequestMessage) | Gets the content headers for an HTTP request. |
![]() ![]() | GetContentHeaders(HttpResponseMessage) | Gets the content headers for an HTTP response. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

