cRequest Methods |
The cRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | IncomingRequest | Process incoming packets from clients or server |
![]() | RequestResponse | Send an Response of a request |
![]() | RequestResult | Process incoming result packets from clients or server. |
![]() | SetDone | Sets the status to done and returns an ResultObject |
![]() | SetError | Sets the status to done and error, returns an error messsage |
![]() | StartRequest(Link, Boolean) | Start an reqeust and wait for an response |
![]() | StartRequest(Link, Container, Boolean) | Start an reqeust and wait for an response |