Example #1
0
 public Frame SendPing2()
 {
     //Construct ping frame…
     return(WebSocketService.ConstructFrame(FrameType.PING));
 }
Example #2
0
 public void SendPing()
 {
     //Construct ping frame…
     WebSocketService.ConstructFrame(FrameType.PING);
 }