AcceptSocket()

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

Return Value

The socket that is used for sending and receiving data.

See Also