ServiceClient<T>.WithHandler Method (ServiceClient<T>, DelegatingHandler)
Extends the ServiceClient with a new handler.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- newClient
-
Type:
Microsoft.WindowsAzure.Common.ServiceClient<T>
The new client to extend.
- handler
-
Type:
System.Net.Http.DelegatingHandler
The handler with which the client is extended.
Show: