AjaxUploader
Search Results for

    Show / Hide Table of Contents

    Class Gcs

    Global entry point for direct-to-GCS upload support. Set Signer once at startup; when null, the /gcs/* endpoints respond with 501 Not Implemented.

    AjaxUploader.Providers.Gcs.Signer = new MyGcsSigner(options);
    Inheritance
    object
    Gcs
    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 Gcs

    Properties

    Signer

    Declaration
    public static IGcsSigner Signer { get; set; }
    Property Value
    Type Description
    IGcsSigner
    In this article
    Back to top AjaxUploader API Reference