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

TcpListener::AcceptTcpClient method

Accepts the pending connection request and returns the TcpClient-class instance that is used for sending and receiving data.

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

ReturnValue

The TcpClient-class instance that is used for sending and receiving data.

See Also