RiotNet
8.0.0
A C#/.NET client for the Riot Games API.
|
Contains event data for an event that contains an HTTP response. More...
Public Member Functions | |
ResponseEventArgs (RiotResponse response, string errorMessage=null) | |
Creates a new ResponseEventArgs instance. More... | |
Properties | |
RiotResponse | Response [get] |
Gets the response for the request that caused the event. More... | |
string | ErrorMessage [get] |
Gets the error message contained in te response, if any. More... | |
Contains event data for an event that contains an HTTP response.
|
inline |
Creates a new ResponseEventArgs instance.
response | The response for the request that caused the event. |
errorMessage | The error message contained in te response, if any. |
|
get |
Gets the error message contained in te response, if any.
|
get |
Gets the response for the request that caused the event.