Start()

TcpListener::Start() method

Starts listening for the incoming connections.

void System::Net::Sockets::TcpListener::Start()

TcpListener::Start(int32_t) method

Starts listening for the incoming connections.

void System::Net::Sockets::TcpListener::Start(int32_t backlog)

Arguments

ParameterTypeDescription
backlogint32_tThe size of the pending connections queue.

See Also