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)
Syntax
public static IEnumerable<HttpMessageHandler> GetHttpPipeline(
this HttpMessageHandler handler
)
public:
[ExtensionAttribute]
static IEnumerable<HttpMessageHandler^>^ GetHttpPipeline(
HttpMessageHandler^ handler
)
static member GetHttpPipeline :
handler:HttpMessageHandler -> IEnumerable<HttpMessageHandler>
<ExtensionAttribute>
Public Shared Function GetHttpPipeline (
handler As HttpMessageHandler
) As IEnumerable(Of HttpMessageHandler)
Parameters
handler
Type: System.Net.Http.HttpMessageHandlerThe starting handler.
Return Value
Type: System.Collections.Generic.IEnumerable<HttpMessageHandler>
The HTTP pipeline.
See Also
GetHttpPipeline Overload
CloudExtensions Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top