AjaxUploader
Search Results for

    Show / Hide Table of Contents

    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);
    Inheritance
    object
    Azure
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In this article
    Back to top AjaxUploader API Reference