using System; namespace Sodao.FastSocket.SocketBase { /// /// connection disconnected delegate /// /// /// public delegate void DisconnectedHandler(IConnection connection, Exception ex); }