Share via


ICloudTracingInterceptor.SendRequest Method (String, HttpRequestMessage)

 

Sends an HTTP request.

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

Syntax

void SendRequest(
    string invocationId,
    HttpRequestMessage request
)
void SendRequest(
    String^ invocationId,
    HttpRequestMessage^ request
)
abstract SendRequest : 
        invocationId:string *
        request:HttpRequestMessage -> unit
Sub SendRequest (
    invocationId As String,
    request As HttpRequestMessage
)

Parameters

  • invocationId
    Type: System.String

    The identifier of the method invocation.

See Also

ICloudTracingInterceptor Interface
Microsoft.WindowsAzure Namespace

Return to top