HttpExtensions.AsString Method
Gets a standard string representation.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Overload List
Name | Description | |
---|---|---|
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. |
See Also
HttpExtensions Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top