Contains I/O data objects for the event
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| UrlRequestEventArgs(String, Dictionary<(Of <<'(String, String>)>>), Dictionary<(Of <<'(String, String>)>>)) | Initializes a new instance of the UrlRequestEventArgs class | |
| headers |
The HTTP headers
| |
| ReturnBinary |
The binary data for the handled URL, if applicable.
| |
| ReturnContentType |
The Content-Type header.
| |
| ReturnIsText |
If a text or binary writer should be used to send data
| |
| ReturnText |
The text data for the handled URL, if applicable.
| |
| SetBinaryData(array<Byte>[]()[][], String) |
Respond to the URL request with binary data (images, archives, etc)
| |
| SetTextData(String, String) |
Respond to the URL request with text data (HTML/CSS/JavaScript etc)
| |
| url |
The URL fragment requested by the client
| |
| UrlHandled |
If a set data method has been used
| |
| urlVars |
The variables passed from the URL (Ex: http://host/url?var1=one&var2=two)
These values have not been decoded in any way
|