Método CloudExtensions.GetHttpPipeline<T> (ServiceClient<T>)
Obtém o pipeline HTTP do cliente de serviço especificado.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
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)
Parâmetros
client
Type: Microsoft.WindowsAzure.Common.ServiceClient<T>O cliente de serviço.
Valor de retorno
Type: System.Collections.Generic.IEnumerable<HttpMessageHandler>
O pipeline HTTP.
Parâmetros de tipo
- T
O tipo de cliente de serviço.
Consulte também
GetHttpPipeline Sobrecarga
Classe CloudExtensions
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo