Esempio n. 1
0
 public void UnregErrorEvent(WebSocketErrorEventHandler handler)
 {
     OnError -= handler;
 }
Esempio n. 2
0
 public void RegErrorEvent(WebSocketErrorEventHandler handler)
 {
     OnError += handler;
 }