CloudExtensions.GetHttpPipeline 方法 (HttpMessageHandler)

 

获取从开始处理程序格式正确的 HTTP 管道。

命名空间:   Microsoft.WindowsAzure.Common.Internals
程序集:  Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)

语法

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)

参数

返回值

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

HTTP 管道中。

请参阅

GetHttpPipeline 重载
CloudExtensions 类
Microsoft.WindowsAzure.Common.Internals 命名空间

返回页首