Class TusHeaderNames
A collection of the header names used by the Tus protocol. See https://github.com/jonstodle/TusDotNetClient
Inherited Members
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 |