System::Net::Sockets::Socket::Accept method

Socket::Accept method

Creates a new socket for the newly created connection.

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

ReturnValue

A new socket for the newly created connection.

See Also