Method | Description | |
---|---|---|
JsonContent ( object value ) : Newtonsoft.Json |
Method | Description | |
---|---|---|
SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : System.Threading.Tasks.Task | ||
TryComputeLength ( long &length ) : bool |
public JsonContent ( object value ) : Newtonsoft.Json | ||
value | object | |
return | Newtonsoft.Json |
protected SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : System.Threading.Tasks.Task | ||
stream | Stream | |
context | System.Net.TransportContext | |
return | System.Threading.Tasks.Task |
protected TryComputeLength ( long &length ) : bool | ||
length | long | |
return | bool |