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
Parameter | Type | Description |
---|---|---|
backlog | int32_t | The size of the pending connections queue. |
See Also
- Class TcpListener
- Namespace System::Net::Sockets
- Library Aspose.Slides