A wrapper for the
More...
|
| HttpResponseMessage | Response [get] |
| | Gets the underlying response from the server. More...
|
| |
| Exception | Exception [get] |
| | Gets the exception thrown during the request, if any. More...
|
| |
| bool | TimedOut [get] |
| | Gets whether the request timed out or was cancelled. More...
|
| |
| RiotNet.RiotResponse.RiotResponse |
( |
HttpResponseMessage |
response, |
|
|
Exception |
exception = null, |
|
|
bool |
timedOut = false |
|
) |
| |
|
inline |
Creates a new RiotResponse isntance.
- Parameters
-
| response | The underlying response from the server. |
| exception | The exception thrown during the request, if any. |
| timedOut | Whether the request timed out or was cancelled. |
| Exception RiotNet.RiotResponse.Exception |
|
get |
Gets the exception thrown during the request, if any.
| HttpResponseMessage RiotNet.RiotResponse.Response |
|
get |
Gets the underlying response from the server.
| bool RiotNet.RiotResponse.TimedOut |
|
get |
Gets whether the request timed out or was cancelled.
The documentation for this class was generated from the following file: