Ejemplo n.º 1
0
 public PanelUser(string id, IPAddress ip, WebSocket sock)
 {
     ipi     = new IPInfo(ip);
     this.id = id;
     socket  = sock;
 }
Ejemplo n.º 2
0
 public User(string id, IPAddress ip, WebSocket sock)
 {
     IpInfo  = new IPInfo(ip);
     this.Id = id;
     Socket  = sock;
 }