Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void OnEndConnection()

Declaration

protected internal 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.