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.StringThe identifier of the method invocation.
request
Type: System.Net.Http.HttpRequestMessageThe request to send.
See Also
ICloudTracingInterceptor Interface
Microsoft.WindowsAzure Namespace
Return to top