Condividi tramite


Metodo CloudExtensions.GetHttpPipeline (HttpMessageHandler)

 

Ottiene la pipeline HTTP che è costituita dal gestore iniziale.

Spazio dei nomi:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Sintassi

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)

Parametri

Valore restituito

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

La pipeline HTTP.

Vedere anche

GetHttpPipeline Overload
Classe CloudExtensions
Spazio dei nomi Microsoft.WindowsAzure.Common.Internals

Torna all'inizio