System::Net::Sockets::TcpListener::AcceptTcpClient method

TcpListener::AcceptTcpClient method

接受挂起的连接请求并返回用于发送和接收数据的 TcpClient 类实例。

System::SharedPtr<TcpClient> System::Net::Sockets::TcpListener::AcceptTcpClient()

ReturnValue

用于发送和接收数据的 TcpClient 类实例。

另见