Example #1
0
 public SocketServer(ISocketServer server) : this(server, NetUitility.GetIP(), 2000)
 {
 }
Example #2
0
 public SocketServer(string ip, int port) : this(null, NetUitility.GetIP(), 2000)
 {
 }
Example #3
0
 public SocketClient(ISocketClient client) : this(client, NetUitility.GetIP(), 2000)
 {
 }
Example #4
0
 public SocketServer() : this(NetUitility.GetIP(), 2000)
 {
 }
Example #5
0
 public SocketClient() : this(NetUitility.GetIP(), 2000)
 {
 }