Example #1
0
 public SocketMessageLayer(SimpleSocket context, bool isServer)
 {
     this.context  = context;
     this.isServer = isServer;
 }