HttpExtensions.AsString Method (HttpRequestMessage)
Gets a standard string representation of an HTTP request.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public static string AsString(
this HttpRequestMessage request
)
public:
[ExtensionAttribute]
static String^ AsString(
HttpRequestMessage^ request
)
static member AsString :
request:HttpRequestMessage -> string
<ExtensionAttribute>
Public Shared Function AsString (
request As HttpRequestMessage
) As String
Parameters
request
Type: System.Net.Http.HttpRequestMessageThe request message.
Return Value
Type: System.String
The string representation of the request.
See Also
AsString Overload
HttpExtensions Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top