Example #1
0
 public Task ProcessWebSocketRequest(HttpContext context)
 {
     return(_socketListener.ProcessWebSocketRequest(context));
 }