System::Net::Sockets::TcpListener::Start method
TcpListener::Start() method
开始监听传入的连接。
void System::Net::Sockets::TcpListener::Start()
另见
- Class TcpListener
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
TcpListener::Start(int32_t) method
开始监听传入的连接。
void System::Net::Sockets::TcpListener::Start(int32_t backlog)
| 参数 | 类型 | 描述 |
|---|---|---|
| backlog | int32_t | 挂起连接队列的大小。 |
另见
- Class TcpListener
- Namespace System::Net::Sockets
- Library Aspose.Font for C++