CloudExtensions Class

 

Represents the internal extensions that are available for cloud services.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Common.Internals.CloudExtensions

Syntax

public static class CloudExtensions
[ExtensionAttribute]
public ref class CloudExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type CloudExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class CloudExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static AddHandlerToPipeline<T>(ServiceClient<T>, DelegatingHandler)

Adds a handler to the end of the HTTP pipeline of the client.

System_CAPS_pubmethodSystem_CAPS_static CreateArgumentEmptyException(String)

Creates an ArgumentException for empty parameters.

System_CAPS_pubmethodSystem_CAPS_static GetAssemblyVersion<T>(ServiceClient<T>)

Gets the assembly version of a service client.

System_CAPS_pubmethodSystem_CAPS_static GetHttpPipeline(HttpMessageHandler)

Gets the HTTP pipeline that is formed from the starting handler.

System_CAPS_pubmethodSystem_CAPS_static GetHttpPipeline<T>(ServiceClient<T>)

Gets the HTTP pipeline for the specified service client.

System_CAPS_pubmethodSystem_CAPS_static SetRetryPolicy<T>(ServiceClient<T>, RetryPolicy)

Sets retry policy for the client.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Common.Internals Namespace

Return to top