System::Net::Sockets::TcpListener::Create method
TcpListener::Create method
使用指定的端口号创建新实例。
static System::SharedPtr<TcpListener> System::Net::Sockets::TcpListener::Create(int32_t port)
| Parameter | Type | 描述 |
|---|---|---|
| port | int32_t | 用于创建 TcpListener-class 实例的端口号。 |
ReturnValue
新创建的 TcpListener-class 实例。
另见
- Typedef SharedPtr
- Class TcpListener
- Class TcpListener
- Namespace System::Net::Sockets
- Library Aspose.Page for C++