Accept()

Socket::Accept() method

Creates a new socket for the newly created connection.

System::SharedPtr<Socket> System::Net::Sockets::Socket::Accept()

Return Value

A new socket for the newly created connection.

See Also