CloudExtensions.AddHandlerToPipeline(Of T) Method (ServiceClient(Of T), DelegatingHandler)

 

Adds a handler to the end of the HTTP pipeline of the client.

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

<ExtensionAttribute>
Public Shared Sub AddHandlerToPipeline(Of T As ServiceClient(Of T)) (
	client As ServiceClient(Of T),
	handler As DelegatingHandler
)

Parameters

client
Type: Microsoft.WindowsAzure.Common.ServiceClient(Of T)

The service client.

handler
Type: System.Net.Http.DelegatingHandler

The handler that was added.

Type Parameters

T

Type of service client.

Return to top
Show: