public void OnConnectionClosed(WebSocketConnectionEventArgs e) { var handler = ConnectionClosed; if (handler != null) { handler(this, e); } }
public void OnConnectionClosed(WebSocketConnectionEventArgs e) { var handler = ConnectionClosed; if (handler != null) handler(this, e); }