예제 #1
0
 private void OnClientConnected(WebSocketServer sender, ClientConnectedEventArgs e)
 {
     connections.Add(e.Client);
 }
예제 #2
0
 void OnClientConnected(object sender, ClientConnectedEventArgs e)
 {
     connection = e.Client;
 }