Table of Contents

Class KnownHeaders

Namespace
RestSharp
Assembly
RestSharp.dll
public static class KnownHeaders
Inheritance
KnownHeaders
Inherited Members

Fields

Accept

public const string Accept = "Accept"

Field Value

string

Allow

public const string Allow = "Allow"

Field Value

string

Authorization

public const string Authorization = "Authorization"

Field Value

string

ContentDisposition

public const string ContentDisposition = "Content-Disposition"

Field Value

string

ContentEncoding

public const string ContentEncoding = "Content-Encoding"

Field Value

string

ContentLanguage

public const string ContentLanguage = "Content-Language"

Field Value

string

ContentLength

public const string ContentLength = "Content-Length"

Field Value

string

ContentLocation

public const string ContentLocation = "Content-Location"

Field Value

string

ContentMD5

public const string ContentMD5 = "Content-MD5"

Field Value

string

ContentRange

public const string ContentRange = "Content-Range"

Field Value

string

ContentType

public const string ContentType = "Content-Type"

Field Value

string

Expires

public const string Expires = "Expires"

Field Value

string

Host

public const string Host = "Host"

Field Value

string

LastModified

public const string LastModified = "Last-Modified"

Field Value

string