AcceptTcpClient()

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()

Return Value

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

See Also