ClientRequestTrackingHandler Class

 

Represents a handler that tracks requests made by the client.

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

Inheritance Hierarchy

System.Object
  System.Net.Http.HttpMessageHandler
    System.Net.Http.DelegatingHandler
      System.Net.Http.MessageProcessingHandler
        Microsoft.WindowsAzure.ClientRequestTrackingHandler

Syntax

public class ClientRequestTrackingHandler : MessageProcessingHandler
public ref class ClientRequestTrackingHandler : MessageProcessingHandler
type ClientRequestTrackingHandler = 
    class
        inherit MessageProcessingHandler
    end
Public Class ClientRequestTrackingHandler
    Inherits MessageProcessingHandler

Constructors

Name Description
System_CAPS_pubmethod ClientRequestTrackingHandler(String)

Initializes a new instance of the ClientRequestTrackingHandler class.

Properties

Name Description
System_CAPS_pubproperty InnerHandler

(Inherited from DelegatingHandler.)

System_CAPS_pubproperty TrackingId

Gets the tracking identifier.

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from HttpMessageHandler.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from DelegatingHandler.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod ProcessRequest(HttpRequestMessage, CancellationToken)

(Inherited from MessageProcessingHandler.)

System_CAPS_protmethod ProcessRequest(HttpRequestMessage, CancellationToken)

Processes the request made by the client.

System_CAPS_protmethod ProcessResponse(HttpResponseMessage, CancellationToken)

(Inherited from MessageProcessingHandler.)

System_CAPS_protmethod ProcessResponse(HttpResponseMessage, CancellationToken)

Processes the response for the client request.

System_CAPS_protmethod SendAsync(HttpRequestMessage, CancellationToken)

(Inherited from MessageProcessingHandler.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Extension Methods

Name Description
System_CAPS_pubmethod GetHttpPipeline()

Overloaded. Gets the HTTP pipeline that is formed from the starting handler.(Defined by CloudExtensions.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure Namespace

Return to top