Example #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);
 }
Example #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);
 }