System::Net::Sockets::TcpListener::EndAcceptSocket method
TcpListener::EndAcceptSocket method
Waits until the specified asynchronous accept operation completes.
System::SharedPtr<Socket> System::Net::Sockets::TcpListener::EndAcceptSocket(System::SharedPtr<IAsyncResult> asyncResult)
Parameter | Type | Description |
---|---|---|
asyncResult | System::SharedPtr<IAsyncResult> | An IAsyncResult object that represents an asynchronous accept operation. |
See Also
- Typedef SharedPtr
- Class Socket
- Class IAsyncResult
- Class TcpListener
- Namespace System::Net::Sockets
- Library Aspose.PUB for C++