public void OnOpen(IWebSocketContext context)
 {
     handler.OnOpen(context);
 }
예제 #2
0
 public override void OnOpen()
 {
     _handler.OnOpen(this);
 }