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
- Typedef SharedPtr
- Class TcpClient
- Class TcpListener
- Namespace System::Net::Sockets
- Library Aspose.Slides