CloudExtensions::GetHttpPipeline Method (HttpMessageHandler^)
Gets the HTTP pipeline that is formed from the starting handler.
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.
Show: