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