| Response Methods | 
The Response type exposes the following members.
| Name | Description | |
|---|---|---|
| ResultT | 
            Gets custom result from a json response. Wrapper for ValueT(String) that assumes
            the property to deserialize is found in the result part of the response.
              | |
| ResultAsyncT | 
            Gets custom result from a json response. Wrapper for ValueT(String) that assumes
            the property to deserialize is found in the result part of the response asyncronously.
              | |
| ToString | 
            Returns a string that represents the current object.
              (Overrides ObjectToString.) | |
| ToString(Formatting) | 
            Returns a string that represents the current object.
              | |
| ValueT | 
            Gets custom value from a json response.
              | |
| ValueAsyncT | 
            Gets custom value from a json response asyncronously.
              |