Method | Description | |
---|---|---|
HttpMessageConverterBase ( |
||
ReadBody ( Newtonsoft.Json.Linq.JObject jobj ) : |
||
ReadHeaders ( Newtonsoft.Json.Linq.JObject jobj, |
||
WriteBody ( |
||
WriteHeaders ( |
Method | Description | |
---|---|---|
IsIgnoredHeader ( string key ) : bool |
protected HttpMessageConverterBase ( |
||
contentWriter | ||
return | System |
protected static ReadBody ( Newtonsoft.Json.Linq.JObject jobj ) : |
||
jobj | Newtonsoft.Json.Linq.JObject | |
return |
protected static ReadHeaders ( Newtonsoft.Json.Linq.JObject jobj, |
||
jobj | Newtonsoft.Json.Linq.JObject | |
serializer | ||
headers | Pomona.Common.Web.HttpHeaders | |
content | ||
return | void |
protected WriteBody ( |
||
writer | ||
content | ||
return | void |
protected static WriteHeaders ( |
||
writer | ||
serializer | ||
headers | Pomona.Common.Web.HttpHeaders | |
content | ||
return | void |