NetReplyDoneEventclass
Network Reply Done event. This type of event occurs when an asynchronous network reply (such as HTTPRequest.sendReplyAsync()) completes.
class
NetReplyDoneEvent
:
NetEvent
Superclass Tree (in declaration order)
NetReplyDoneEvent
NetEvent
` object`
Subclass Tree
(none)
Global Objects
(none)
Summary of Properties
errMsg
evType
requestObj
socketErr
Inherited from NetEvent
:
evArgs
Summary of Methods
Properties
errMsg
Error message, if any. If the reply failed, this contains a string with a description of the error that occurred. If the reply was sent successfully, this is nil.
evType
OVERRIDDEN
our default event type is NetEvReplyDone
requestObj
The object representing the request we replied to. For HTTP requests, this is an HTTPRequest object.
socketErr
The socket error, if any. If the reply failed due to a network error, this contains the error number. If no network error occurred, this is zero.
Methods
construct (t, req, err, msg)
OVERRIDDEN
construction
isSuccessful ( )
was the reply successfully sent?
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3