NetRequestEventclass | tadsnet.t[80] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
The evRequest member contains a request object describing the network request. The class of this object depends on the type of server that received the request. For example, for an HTTP server, this will be an HTTPRequest object. To reply to the request, use the appropriate method(s) in the request object - for details, see the specific request classes for the server types you create in your program.
class
NetRequestEvent : NetEvent
NetRequestEvent
NetEvent
object
Inherited from NetEvent
:
evArgs
evRequest | tadsnet.t[97] |
evType OVERRIDDEN | tadsnet.t[88] |
construct (t, req) OVERRIDDEN | tadsnet.t[82] |