System::Net::Sockets::TcpListener::Pending method

TcpListener::Pending method

Devuelve un valor que indica si hay solicitudes de conexión pendientes.

bool System::Net::Sockets::TcpListener::Pending()

ReturnValue

True cuando existen solicitudes de conexión pendientes, de lo contrario false.

Ver también