Beispiel #1
0
 public void UnregErrorEvent(WebSocketErrorEventHandler handler)
 {
     OnError -= handler;
 }
Beispiel #2
0
 public void RegErrorEvent(WebSocketErrorEventHandler handler)
 {
     OnError += handler;
 }