/// <summary> /// Closes the connection. /// </summary> public void CloseConnection() { TheClient.Close(); }
public void Disconnect() { TheClient.Close(); }