Click or drag to resize

cRequest Class

The cRequest class provides a request response design pattern.
Inheritance Hierarchy
SystemObject
  Vaser.OONcRequest

Namespace:  Vaser.OON
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public class cRequest

The cRequest type exposes the following members.

Constructors
  NameDescription
Public methodcRequest
Initializes a new instance of the cRequest class
Top
Properties
  NameDescription
Public propertyAttachedObject
Free to use
Top
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