Example #1
0
 public SocketHandler(ConnectionHandler connection)
 {
     Connections = connection;
     get         = this;
 }
Example #2
0
 public MessageHandler(ConnectionHandler connection) : base(connection)
 {
 }
Example #3
0
 public SocketHandler(ConnectionHandler connection)
 {
     Connections = connection;
 }