The Response type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Result T |
Gets custom result from a json response. Wrapper for Value T (String) that assumes
the property to deserialize is found in the result part of the response.
| |
| ToString |
Returns a string that represents the current object.
(Overrides | |
| ToString(Formatting) |
Returns a string that represents the current object.
| |
| Value T |
Gets custom value from a json response.
|
See Also