Compartilhar via


Método CloudExtensions.GetHttpPipeline (HttpMessageHandler)

 

Obtém o pipeline HTTP formado do manipulador de início.

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

Sintaxe

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)

Parâmetros

Valor de retorno

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

O pipeline HTTP.

Consulte também

GetHttpPipeline Sobrecarga
Classe CloudExtensions
Namespace Microsoft.WindowsAzure.Common.Internals

Retornar ao topo