Class Azure
Global entry point for direct-to-Azure-Blob upload support.
Assign Signer once at startup. When null, the /azure/*
endpoints respond with 501 Not Implemented.
AjaxUploader.Providers.Azure.Signer = new MyAzureSigner(connectionString, container);
Inherited Members
Namespace: AjaxUploader.Providers
Assembly: AjaxUploader.dll
Syntax
public static class Azure
Properties
Signer
Declaration
public static IAzureSigner Signer { get; set; }
Property Value
| Type | Description |
|---|---|
| IAzureSigner |