Table of Contents

Class MediaTypeNames.Application

Namespace
Kampute.HttpClient
Assembly
Kampute.HttpClient.dll

Represents media type names for application content types.

public static class MediaTypeNames.Application
Inheritance
MediaTypeNames.Application
Inherited Members

Fields

Bson

Media type name for BSON data.

public const string Bson = "application/bson"

Field Value

string

FormUrlEncoded

Media type name for form URL encoded data.

public const string FormUrlEncoded = "application/x-www-form-urlencoded"

Field Value

string

Json

Media type name for JSON data.

public const string Json = "application/json"

Field Value

string

Octet

Media type name for octet-stream.

public const string Octet = "application/octet-stream"

Field Value

string

Pdf

Media type name for PDF documents.

public const string Pdf = "application/pdf"

Field Value

string

Rtf

Media type name for RTF documents.

public const string Rtf = "application/rtf"

Field Value

string

Soap

Media type name for SOAP payloads.

public const string Soap = "application/soap+xml"

Field Value

string

Xml

Media type name for XML data.

public const string Xml = "application/xml"

Field Value

string

Yaml

Media type name for YAML data.

public const string Yaml = "application/yaml"

Field Value

string

Zip

Media type name for ZIP archives.

public const string Zip = "application/zip"

Field Value

string