CloudExtensions::GetHttpPipeline<T> Method (ServiceClient<T>^)
Gets the HTTP pipeline for the specified service client.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public: generic<typename T> where T : ServiceClient<T> [ExtensionAttribute] static IEnumerable<HttpMessageHandler^>^ GetHttpPipeline( ServiceClient<T>^ client )
Parameters
- client
-
Type:
Microsoft.WindowsAzure.Common::ServiceClient<T>^
The service client.
Type Parameters
- T
The type of service client.
Show: