System::Net::Sockets::Socket::Listen method

Socket::Listen method

Changes the socket state to ’listen'.

void System::Net::Sockets::Socket::Listen(int32_t backlog)
ParameterTypeDescription
backlogint32_tThe maximum number of pending connections.

See Also