Legend
| Method: void OnEndConnection()
Declarationprotected internal virtual void OnEndConnection()SummaryWhen overridden in a derived class, handles the event when the current WebSocket connection is closed.RemarksAll exceptions thrown by your code are swallowed by default. Wrap your override in a try/catch in order to handle or log your exceptions. |