NuxeoDotNetClient  1.0.0 beta
.NET Client for Nuxeo Automation and REST API
Public Attributes | List of all members
NuxeoClient.Client.ContentType Class Reference

Type of content of a requests. More...

Public Attributes

const string JSON = "application/json"
 
const string NXREQUEST = "application/json+nxrequest"
 
const string OCTETSTREAM = "application/octet-stream"
 
const string ALL = "*/*"
 

Detailed Description

Type of content of a requests.

Definition at line 41 of file Client.cs.