Oddity
|
Contains OnRequestSend event arguments. More...
Public Member Functions | |
RequestSendEventArgs (string url) | |
Initializes a new instance of the RequestSendEventArgs class. More... | |
RequestSendEventArgs (string url, string query) | |
Initializes a new instance of the RequestSendEventArgs class. More... | |
Properties | |
string | Url [get] |
Gets the URL which has been called to retrieve the specified data. More... | |
string | Query [get, set] |
Gets the query used to filter data. More... | |
Contains OnRequestSend event arguments.
Oddity.Events.RequestSendEventArgs.RequestSendEventArgs | ( | string | url | ) |
Initializes a new instance of the RequestSendEventArgs class.
url | The URL which has been called to retrieve the specified data. |
Oddity.Events.RequestSendEventArgs.RequestSendEventArgs | ( | string | url, |
string | query | ||
) |
Initializes a new instance of the RequestSendEventArgs class.
url | The URL which has been called to retrieve the specified data. |
query | The query used to filter data. |
|
getset |
Gets the query used to filter data.
|
get |
Gets the URL which has been called to retrieve the specified data.