/// <summary> /// /// </summary> public virtual void Disconnect() { if (IPSocket != null) { IPSocket.Disconnect(); IPSocket = null; } }