System::Net::Sockets::TcpListener::AcceptSocket method

TcpListener::AcceptSocket method

Accepts the pending connection request and returns the socket that is used to send and receive data.

System::SharedPtr<Socket> System::Net::Sockets::TcpListener::AcceptSocket()

ReturnValue

The socket that is used for sending and receiving data.

See Also