ClientRequestTrackingHandler Class

 

Represents a handler that tracks requests made by the client.

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

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

Public Class ClientRequestTrackingHandler
	Inherits MessageProcessingHandler

NameDescription
System_CAPS_pubmethodClientRequestTrackingHandler(String)

Initializes a new instance of the ClientRequestTrackingHandler class.

NameDescription
System_CAPS_pubpropertyInnerHandler

(Inherited from DelegatingHandler.)

System_CAPS_pubpropertyTrackingId

Gets the tracking identifier.

NameDescription
System_CAPS_pubmethodGetHttpPipeline()

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

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

Return to top
Show: