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
System_CAPS_pubmethodSystem_CAPS_static AsString(CloudHttpRequestErrorInfo)

Gets a standard string representation of an HTTP request.

System_CAPS_pubmethodSystem_CAPS_static AsString(CloudHttpResponseErrorInfo)

Gets a standard string representation of an HTTP response.

System_CAPS_pubmethodSystem_CAPS_static AsString(HttpContent)

Gets the HTTP message content as a string.

System_CAPS_pubmethodSystem_CAPS_static AsString(HttpRequestMessage)

Gets a standard string representation of an HTTP request.

System_CAPS_pubmethodSystem_CAPS_static AsString(HttpResponseMessage)

Gets a standard string representation of an HTTP response.

See Also

HttpExtensions Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top