Esempio n. 1
0
 /// <summary>
 /// Disposes the <see cref="ConnectionCore"/> and stops the keep-alive packet from sending.
 /// </summary>
 public void Stop()
 {
     ConnectionCore.Dispose();
     ConnectionStatus.Stop();
 }