Click or drag to resize

cRequest Methods

The cRequest type exposes the following members.

Methods
  NameDescription
Public methodIncomingRequest
Process incoming packets from clients or server
Public methodRequestResponse
Send an Response of a request
Public methodRequestResult
Process incoming result packets from clients or server.
Public methodSetDone
Sets the status to done and returns an ResultObject
Public methodSetError
Sets the status to done and error, returns an error messsage
Public methodStartRequest(Link, Boolean)
Start an reqeust and wait for an response
Public methodStartRequest(Link, Container, Boolean)
Start an reqeust and wait for an response
Top
See Also