コード例 #1
0
 protected override void OnOpen()
 {
     _server.AddConnection(this);
 }
コード例 #2
0
ファイル: WsConnection.cs プロジェクト: Falet/ChatApplication
 protected override void OnOpen()
 {
     Console.WriteLine("Connect");
     _server.AddConnection(this);
     _timer.Enabled = true;
 }