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

TcpListener::Pending method

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

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

ReturnValue

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

See Also