ClientRequestTrackingHandler Class
Represents a handler that tracks requests made by the client.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
System.Net.Http.HttpMessageHandler
System.Net.Http.DelegatingHandler
System.Net.Http.MessageProcessingHandler
Microsoft.WindowsAzure.ClientRequestTrackingHandler
| Name | Description | |
|---|---|---|
| ClientRequestTrackingHandler(String) | Initializes a new instance of the ClientRequestTrackingHandler class. |
| Name | Description | |
|---|---|---|
| InnerHandler | (Inherited from DelegatingHandler.) | |
| TrackingId | Gets the tracking identifier. |
| Name | Description | |
|---|---|---|
| Dispose() | (Inherited from HttpMessageHandler.) | |
| Dispose(Boolean) | (Inherited from DelegatingHandler.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | (Inherited from Object.) | |
| GetHashCode() | (Inherited from Object.) | |
| GetType() | (Inherited from Object.) | |
| MemberwiseClone() | (Inherited from Object.) | |
| ProcessRequest(HttpRequestMessage, CancellationToken) | (Inherited from MessageProcessingHandler.) | |
| ProcessRequest(HttpRequestMessage, CancellationToken) | Processes the request made by the client. | |
| ProcessResponse(HttpResponseMessage, CancellationToken) | (Inherited from MessageProcessingHandler.) | |
| ProcessResponse(HttpResponseMessage, CancellationToken) | Processes the response for the client request. | |
| SendAsync(HttpRequestMessage, CancellationToken) | (Inherited from MessageProcessingHandler.) | |
| ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| GetHttpPipeline() | 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.