System::Net::Sockets::Socket::Bind 方法
Socket::Bind method
将套接字绑定到指定的本地端点。
void System::Net::Sockets::Socket::Bind(System::SharedPtr<EndPoint> localEP)
| 参数 | 类型 | 描述 |
|---|---|---|
| localEP | System::SharedPtr<EndPoint> | 套接字绑定的本地端点。 |
另见
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++