Url |
public class UrlRequestEventArgs : EventArgs
The UrlRequestEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| UrlRequestEventArgs | I/O data for the URL request |
| Name | Description | |
|---|---|---|
| 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. | |
| UrlHandled | If a set data method has been used |
| Name | Description | |
|---|---|---|
| SetBinaryData | Respond to the URL request with binary data (images, archives, etc) | |
| SetTextData | Respond to the URL request with text data (HTML/CSS/JavaScript etc) |
| Name | Description | |
|---|---|---|
| headers | The HTTP headers | |
| url | The URL fragment requested by the client | |
| urlVars | The variables passed from the URL (Ex: http://host/url?var1=one&var2=two) These values have not been decoded in any way |