docs.unity3d.com
    Show / Hide Table of Contents

    Class TusHeaderNames

    A collection of the header names used by the Tus protocol. See https://github.com/jonstodle/TusDotNetClient

    Inheritance
    Object
    TusHeaderNames
    Namespace: Unity.Services.Ccd.Management
    Syntax
    public static class TusHeaderNames

    Fields

    ContentLength

    Declaration
    public const string ContentLength = "content-length"
    Field Value
    Type Description
    String

    ContentType

    Declaration
    public const string ContentType = "content-type"
    Field Value
    Type Description
    String

    TusChecksumAlgorithm

    Declaration
    public const string TusChecksumAlgorithm = "tus-checksum-algorithm"
    Field Value
    Type Description
    String

    TusExtension

    Declaration
    public const string TusExtension = "tus-extension"
    Field Value
    Type Description
    String

    TusMaxSize

    Declaration
    public const string TusMaxSize = "tus-max-size"
    Field Value
    Type Description
    String

    TusResumable

    Declaration
    public const string TusResumable = "tus-resumable"
    Field Value
    Type Description
    String

    TusVersion

    Declaration
    public const string TusVersion = "tus-version"
    Field Value
    Type Description
    String

    UploadChecksum

    Declaration
    public const string UploadChecksum = "upload-checksum"
    Field Value
    Type Description
    String

    UploadHash

    Declaration
    public const string UploadHash = "upload-hash"
    Field Value
    Type Description
    String

    UploadLength

    Declaration
    public const string UploadLength = "upload-length"
    Field Value
    Type Description
    String

    UploadMetadata

    Declaration
    public const string UploadMetadata = "upload-metadata"
    Field Value
    Type Description
    String

    UploadOffset

    Declaration
    public const string UploadOffset = "upload-offset"
    Field Value
    Type Description
    String
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023