Metodo System::Net::Sockets::Socket::Listen
Socket::Listen method
Cambia lo stato del socket in ’listen'.
void System::Net::Sockets::Socket::Listen(int32_t backlog)
| Parametro | Tipo | Descrizione |
|---|---|---|
| coda | int32_t | Il numero massimo di connessioni in sospeso. |
Vedi anche
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Page for C++