Oddity
Oddity.Events.RequestSendEventArgs Class Reference

Contains OnRequestSend event arguments. More...

Inheritance diagram for Oddity.Events.RequestSendEventArgs:

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...
 

Detailed Description

Contains OnRequestSend event arguments.

Constructor & Destructor Documentation

Oddity.Events.RequestSendEventArgs.RequestSendEventArgs ( string  url)

Initializes a new instance of the RequestSendEventArgs class.

Parameters
urlThe 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.

Parameters
urlThe URL which has been called to retrieve the specified data.
queryThe query used to filter data.

Property Documentation

string Oddity.Events.RequestSendEventArgs.Query
getset

Gets the query used to filter data.

string Oddity.Events.RequestSendEventArgs.Url
get

Gets the URL which has been called to retrieve the specified data.


The documentation for this class was generated from the following file: