System::Net::Sockets::TcpListener::Create 方法
TcpListener::Create method
使用指定的端口号创建一个新实例。
static System::SharedPtr<TcpListener> System::Net::Sockets::TcpListener::Create(int32_t port)
| 参数 | 类型 | 描述 |
|---|---|---|
| port | int32_t | 用于创建 TcpListener 类实例的端口号。 |
ReturnValue
新创建的 TcpListener 类实例。
另见
- Typedef SharedPtr
- Class TcpListener
- Class TcpListener
- Namespace System::Net::Sockets
- Library Aspose.Font for C++