Method | Description | |
---|---|---|
JsonContent ( object content ) : System.Net.Http | ||
JsonContent ( object content, ContentType contentType ) : System.Net.Http | ||
JsonContent ( object content, Encoding encoding, ContentType contentType ) : System.Net.Http |
public JsonContent ( object content ) : System.Net.Http | ||
content | object | |
return | System.Net.Http |
public JsonContent ( object content, ContentType contentType ) : System.Net.Http | ||
content | object | |
contentType | ContentType | |
return | System.Net.Http |
public JsonContent ( object content, Encoding encoding, ContentType contentType ) : System.Net.Http | ||
content | object | |
encoding | Encoding | |
contentType | ContentType | |
return | System.Net.Http |