Exemple #1
0
 // adds a remote client with the default buffer size
 public static byte[] AddEndPoint()
 {
     return(server.AddEndPoint());
 }
Exemple #2
0
 // adds a remote client
 public void AddEndPoint()
 {
     server.AddEndPoint();
 }