WebRequest

From Xojo Documentation

Class (inherits from Object)


New in 2011r2

The WebRequest object represents an HTTP request. The methods and properties provide access to the incoming data, and allow you to prepare outgoing data.

Properties
Entity fa-lock-32.png Path fa-lock-32.png Secure fa-lock-32.png
File QueryString fa-lock-32.png Status
MIMEType RemoteAddress fa-lock-32.png
Method fa-lock-32.png Response fa-lock-32.png


Methods
ClearCookie GetRequestHeader Print
GetCookie GetRequestHeaderNames Reset
GetParameter Header SetCookie

Notes

You are most likely to use this in conjunction with the WebApplication.HandleSpecialURL event handler. This event handler supplies a parameter (Request As WebRequest) that you can use to process the incoming request and send out a reply.

See Also

WebApplication.HandleSpecialURL