private RconSource(IPEndPoint address)
 {
     socket = new TcpQuery(address, 3000, 3000);
 }
Exemple #2
0
 private RconSource(IPEndPoint address)
 {
     socket = new TcpQuery(address, 3000, 3000);
 }