public virtual void Stop() { threadExecutor.Stop(); if (Connected) { Socket.Disconnect(false); } }
public void Stop() { threadExecutor.Stop(); }