Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void onEndConnection()

Declaration

protected virtual void onEndConnection()

Summary

When overridden in a derived class, handles the event when the current WebSocket connection is closed.

Remarks

All exceptions thrown by your code are swallowed by default. Wrap your override in a try/catch in order to handle or log your exceptions.