NetReplyDoneEventclass

tadsnet.t[242]

Superclass
Tree

Subclass
Tree

Global
Objects

Property
Summary

Method
Summary

Property
Details

Method
Details

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  

construct isSuccessful

Properties  

errMsg

tadsnet.t[276]

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.

evTypeOVERRIDDEN

tadsnet.t[253]

our default event type is NetEvReplyDone

requestObj

tadsnet.t[259]

The object representing the request we replied to. For HTTP requests, this is an HTTPRequest object.

socketErr

tadsnet.t[269]

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

tadsnet.t[244]

construction

isSuccessful ( )

tadsnet.t[262]

was the reply successfully sent?

TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3