CloudExtensions::GetHttpPipeline Method (HttpMessageHandler^)

 

Gets the HTTP pipeline that is formed from the starting handler.

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

public:
[ExtensionAttribute]
static IEnumerable<HttpMessageHandler^>^ GetHttpPipeline(
	HttpMessageHandler^ handler
)

Parameters

handler
Type: System.Net.Http::HttpMessageHandler^

The starting handler.

Return Value

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

The HTTP pipeline.

Return to top
Show: