System::Net::Sockets::TcpListener::Start method
TcpListener::Start() method
Starts listening for the incoming connections.
void System::Net::Sockets::TcpListener::Start()
See Also
- Class TcpListener
- Namespace System::Net::Sockets
- Library Aspose.PUB for C++
TcpListener::Start(int32_t) method
Starts listening for the incoming connections.
void System::Net::Sockets::TcpListener::Start(int32_t backlog)
Parameter | Type | Description |
---|---|---|
backlog | int32_t | The size of the pending connections queue. |
See Also
- Class TcpListener
- Namespace System::Net::Sockets
- Library Aspose.PUB for C++