ServiceClient(Of T) Methods
Namespace:
Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(ServiceClient(Of T)) | Clones the service client. |
![]() | Dispose() | Releases the resources that are used by the current instance of the ServiceClient(Of T) class. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeHttpClient(HttpMessageHandler) | Initializes HttpClient. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | WithHandler(DelegatingHandler) | |
![]() | WithHandler(ServiceClient(Of T), DelegatingHandler) | Extends the ServiceClient with a new handler. |
![]() | WithHandlers(IEnumerable(Of DelegatingHandler)) |
| Name | Description | |
|---|---|---|
![]() | AddHandlerToPipeline(Of T)(DelegatingHandler) | Adds a handler to the end of the HTTP pipeline of the client.(Defined by CloudExtensions.) |
![]() | GetAssemblyVersion(Of T)() | Gets the assembly version of a service client.(Defined by CloudExtensions.) |
![]() | GetHttpPipeline(Of T)() | Overloaded. Gets the HTTP pipeline for the specified service client.(Defined by CloudExtensions.) |
![]() | SetRetryPolicy(Of T)(RetryPolicy) | Sets retry policy for the client.(Defined by CloudExtensions.) |
Show:

