Ejemplo n.º 1
0
 /// <summary>
 /// Adds the instance of <see cref="WebSocketClientListener"/> to the collection of listeners.
 /// </summary>
 /// <param name="listener"></param>
 public void AddListener(WebSocketClientListener listener)
 {
     _listeners.Add(listener);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Adds the instance of <see cref="WebSocketClientListener"/> to the collection of listeners.
 /// </summary>
 /// <param name="listener"></param>
 public void AddListener(WebSocketClientListener listener)
 {
     _listeners.Add(listener);
 }