WebResponse

From Xojo Documentation

Class (inherits from Object)


New in 2020r1

The response to a WebRequest.

Properties
MIMEType Status


Methods
ClearCookie Reset Write
Header SetCookie

Notes

You are most likely to use this in conjunction with an including WebRequest via the WebApplication.HandleURL event handler. This event handler supplies a parameter (Response As WebResponse) that you can use to send out a reply.

See Also

WebApplication.HandleURL event and WebRequest class.