ServiceClient(Of T) Methods

 

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

NameDescription
System_CAPS_protmethodClone(ServiceClient(Of T))

Clones the service client.

System_CAPS_pubmethodDispose()

Releases the resources that are used by the current instance of the ServiceClient(Of T) class.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitializeHttpClient(HttpMessageHandler)

Initializes HttpClient.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWithHandler(DelegatingHandler)

System_CAPS_protmethodWithHandler(ServiceClient(Of T), DelegatingHandler)

Extends the ServiceClient with a new handler.

System_CAPS_pubmethodWithHandlers(IEnumerable(Of DelegatingHandler))

NameDescription
System_CAPS_pubmethodAddHandlerToPipeline(Of T)(DelegatingHandler)

Adds a handler to the end of the HTTP pipeline of the client.(Defined by CloudExtensions.)

System_CAPS_pubmethodGetAssemblyVersion(Of T)()

Gets the assembly version of a service client.(Defined by CloudExtensions.)

System_CAPS_pubmethodGetHttpPipeline(Of T)()

Overloaded. Gets the HTTP pipeline for the specified service client.(Defined by CloudExtensions.)

System_CAPS_pubmethodSetRetryPolicy(Of T)(RetryPolicy)

Sets retry policy for the client.(Defined by CloudExtensions.)

Return to top
Show: