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 | |
---|---|---|
AddHandlerToPipeline<T>(ServiceClient<T>, DelegatingHandler) | Adds a handler to the end of the HTTP pipeline of the client. |
|
CreateArgumentEmptyException(String) | Creates an ArgumentException for empty parameters. |
|
GetAssemblyVersion<T>(ServiceClient<T>) | Gets the assembly version of a service client. |
|
GetHttpPipeline(HttpMessageHandler) | Gets the HTTP pipeline that is formed from the starting handler. |
|
GetHttpPipeline<T>(ServiceClient<T>) | Gets the HTTP pipeline for the specified service client. |
|
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