Public Events
| Name | Description | |
|---|---|---|
|
Connected | This event is fired after a connection has been accepted and validated. If the Connecting event is not consumed either event can be used simply for notification of new connections. |
|
Connecting | This event is fired after a connection has been accepted but before the handler's Go method has been called. Application developers should intercept connections here if they wish to block the connection for any reason so that no data gets passed over the communication channel. |