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