CloudExtensions.GetHttpPipeline<T> 方法 (ServiceClient<T>)
获取指定的服务客户端的 HTTP 管道。
命名空间: Microsoft.WindowsAzure.Common.Internals
程序集: Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)
语法
public static IEnumerable<HttpMessageHandler> GetHttpPipeline<T>(
this ServiceClient<T> client
)
where T : ServiceClient<T>
public:
generic<typename T>
where T : ServiceClient<T>
[ExtensionAttribute]
static IEnumerable<HttpMessageHandler^>^ GetHttpPipeline(
ServiceClient<T>^ client
)
static member GetHttpPipeline<'T when 'T : ServiceClient<'T>> :
client:ServiceClient<'T> -> IEnumerable<HttpMessageHandler>
<ExtensionAttribute>
Public Shared Function GetHttpPipeline(Of T As ServiceClient(Of T)) (
client As ServiceClient(Of T)
) As IEnumerable(Of HttpMessageHandler)
参数
client
Type: Microsoft.WindowsAzure.Common.ServiceClient<T>服务客户端。
返回值
Type: System.Collections.Generic.IEnumerable<HttpMessageHandler>
HTTP 管道中。
类型参数
- T
服务客户端的类型。
请参阅
GetHttpPipeline 重载
CloudExtensions 类
Microsoft.WindowsAzure.Common.Internals 命名空间
返回页首