Esempio n. 1
0
 public static Server CreateServer(ServerOptions options, Action <Socket> connectionListener)
 {
     return(null);
 }
Esempio n. 2
0
 public Server(ServerOptions options, Action<Socket> connectionListener)
 {
 }
Esempio n. 3
0
 public static Server CreateServer(ServerOptions options)
 {
     return(null);
 }
Esempio n. 4
0
 public Server(ServerOptions options)
 {
 }