ICloudTracingInterceptor.SendRequest Method (String, HttpRequestMessage)

 

Sends an HTTP request.

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

void SendRequest(
	string invocationId,
	HttpRequestMessage request
)

Parameters

invocationId
Type: System.String

The identifier of the method invocation.

request
Type: System.Net.Http.HttpRequestMessage

The request to send.

Return to top
Show: