Tracing.SendRequest Method (String, HttpRequestMessage)

 

Sends a tracing request.

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

public static void SendRequest(
	string invocationId,
	HttpRequestMessage request
)

Parameters

invocationId
Type: System.String

The invocation identifier.

request
Type: System.Net.Http.HttpRequestMessage

The tracing request.

Return to top
Show: