/// <summary> /// Initializes a new instance of the <see cref="ServerClient"/> class. /// </summary> public ServerClient() { Socket = new TcpSocket(); }