Datasnap.DSSession.TDSTunnelService Events
InheritedProtected
| OnCloseSession | public | Specifies the type of event invoked before the session is closed. |
| OnErrorOpenSession | public | Specifies the type of event invoked if a session cannot open. |
| OnErrorReadSession | public | Specifies the type of event invoked if the reading operation failed. |
| OnErrorWriteSession | public | Specifies the type of event invoked if the writing operation failed. |
| OnOpenSession | public | Specifies the type of event invoked after the tunnel session is opened. |
| OnReadSession | public | Specifies the type of event invoked after reading data from the tunnel channel. |
| OnWriteSession | public | Specifies the type of event invoked after writing data into the tunnel channel. |