Pending()

TcpListener::Pending() method

Returns a value that indicates if there are pending connection requests.

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

Return Value

True when the pending connection requests are present, otherwise false.

See Also