CloudExtensions::GetHttpPipeline<T> Method (ServiceClient<T>^)

 

Gets the HTTP pipeline for the specified service client.

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

public:
generic<typename T>
where T : ServiceClient<T>
[ExtensionAttribute]
static IEnumerable<HttpMessageHandler^>^ GetHttpPipeline(
	ServiceClient<T>^ client
)

Parameters

client
Type: Microsoft.WindowsAzure.Common::ServiceClient<T>^

The service client.

Return Value

Type: System.Collections.Generic::IEnumerable<HttpMessageHandler^>^

The HTTP pipeline.

Type Parameters

T

The type of service client.

Return to top
Show: