docs.unity3d.com
Search Results for

    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
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public static class TusHeaderNames

    Fields

    ContentLength

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

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

    ContentType

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

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

    TusChecksumAlgorithm

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

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

    TusExtension

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

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

    TusMaxSize

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

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

    TusResumable

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

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

    TusVersion

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

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

    UploadChecksum

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

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

    UploadHash

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

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

    UploadLength

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

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

    UploadMetadata

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

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

    UploadOffset

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

    Declaration
    public const string UploadOffset = "upload-offset"
    Field Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)