WebRequest
From Xojo Documentation
Class (inherits from Object)
New in 2011r2
The WebRequest object represents an HTTP request.
Properties | ||||||||
|
Methods | |||||
|
Notes
You are most likely to use this in conjunction with the WebApplication.HandleURL 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.HandleURL event and WebResponse class.