Click or drag to resize
RiakConstantsContentTypes Class
A collection of known content-types.
Inheritance Hierarchy
SystemObject
  RiakClientRiakConstantsContentTypes

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static class ContentTypes

The RiakConstantsContentTypes type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAny
A wildcard content-type.
Public fieldStatic memberApplicationJson
The JSON content-type.
Public fieldStatic memberApplicationOctetStream
The binary, or octet-stream content-type.
Public fieldStatic memberErlangBinary
The Erlang Binary content-type.
Public fieldStatic memberImageGif
The Gif image content-type.
Public fieldStatic memberImageJpg
The Jpeg image content-type.
Public fieldStatic memberImagePng
The Png image content-type.
Public fieldStatic memberMultipartMixed
The multipart/mixed message content-type.
Public fieldStatic memberProtocolBuffers
The Protocol Buffers content-type.
Public fieldStatic memberTextHtml
The HTML content-type.
Public fieldStatic memberTextPlain
The plain text content-type.
Public fieldStatic memberXml
The XML content-type.
Top
See Also