CloudExtensions.GetHttpPipeline Método (ServiceClient)
Gets the HTTP pipeline for the specified service client.
Espacio de nombres: Microsoft.WindowsAzure.Common.Internals
Ensamblado: Microsoft.WindowsAzure.Common (en Microsoft.WindowsAzure.Common.dll)
Uso
'Uso
Dim client As ServiceClient(Of T)
Dim returnValue As IEnumerable(Of HttpMessageHandler)
returnValue = CloudExtensions.GetHttpPipeline(client)
Sintaxis
'Declaración
<ExtensionAttribute> _
Public Shared Function GetHttpPipeline(Of T As ServiceClient(Of T)) ( _
client As ServiceClient(Of T) _
) As IEnumerable(Of HttpMessageHandler)
[ExtensionAttribute]
public static IEnumerable<HttpMessageHandler> GetHttpPipeline<T> (
ServiceClient<T> client
) where T : ServiceClient<T>
[ExtensionAttribute]
public:
generic<typename T> where T : ServiceClient<T>
static IEnumerable<HttpMessageHandler^>^ GetHttpPipeline (
ServiceClient<T>^ client
)
GenericParameters
- T
The type of service client.
Parámetros
- client
The service client.
Valor devuelto
The HTTP pipeline.
Seguridad para subprocesos
Cualquier miembro estático público (compartido en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Vista, Windows 7 y Windows Server 2008
Plataformas de destino
Vea también
Referencia
Clase CloudExtensions
Miembros CloudExtensions
Espacio de nombres Microsoft.WindowsAzure.Common.Internals