Inheritance
TusHeaderNames
public static class TusHeaderNames
Fields
Declaration
public const string ContentLength = "content-length"
Field Value
Declaration
public const string ContentType = "content-type"
Field Value
Declaration
public const string TusChecksumAlgorithm = "tus-checksum-algorithm"
Field Value
Declaration
public const string TusExtension = "tus-extension"
Field Value
Declaration
public const string TusMaxSize = "tus-max-size"
Field Value
Declaration
public const string TusResumable = "tus-resumable"
Field Value
Declaration
public const string TusVersion = "tus-version"
Field Value
Declaration
public const string UploadChecksum = "upload-checksum"
Field Value
Declaration
public const string UploadHash = "upload-hash"
Field Value
Declaration
public const string UploadLength = "upload-length"
Field Value
Declaration
public const string UploadMetadata = "upload-metadata"
Field Value
Declaration
public const string UploadOffset = "upload-offset"
Field Value