Exemple #1
0
 public static Server CreateServer(ServerOptions options, Action <Socket> connectionListener)
 {
     return(null);
 }
 public Server(ServerOptions options, Action<Socket> connectionListener)
 {
 }
Exemple #3
0
 public static Server CreateServer(ServerOptions options)
 {
     return(null);
 }
 public Server(ServerOptions options)
 {
 }