Exemplo n.º 1
0
 /// <summary>
 /// Client is active and ready to connect/disconnect
 /// </summary>
 public bool IsActive()
 {
     return(peer != null && peer.IsActive());
 }