Listen()
Socket::Listen(int32_t) method
Changes the socket state to ’listen'.
void System::Net::Sockets::Socket::Listen(int32_t backlog)
Arguments
Parameter | Type | Description |
---|---|---|
backlog | int32_t | The maximum number of pending connections. |
See Also
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Slides