ConnectedClient =============== Variables --------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - socket - :doc:`/types/Socket/index` - The client's socket. * - ipAddress - `std::string `_ - The client's IP address. * - port - uint16_t - The client's port.