Table of Contents

Class ContentTypeConstants

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

Constants for content types and HTTP headers.

public static class ContentTypeConstants
Inheritance
ContentTypeConstants
Inherited Members

Fields

Json

The application/json content type.

public const string Json = "application/json"

Field Value

string

Xml

The application/xml content type.

public const string Xml = "application/xml"

Field Value

string