IrDAListenerEndAcceptSocket Method
Asynchronously accepts an incoming connection attempt and creates a new
Socket to handle remote host communication.
Namespace: InTheHand.Net.SocketsAssembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public Socket EndAcceptSocket(
IAsyncResult asyncResult
)
Public Function EndAcceptSocket (
asyncResult As IAsyncResult
) As Socket
public:
Socket^ EndAcceptSocket(
IAsyncResult^ asyncResult
)
member EndAcceptSocket :
asyncResult : IAsyncResult -> Socket
- asyncResult IAsyncResult
- An IAsyncResult returned by a call to the BeginAcceptSocket(AsyncCallback, Object) method.
SocketA
Socket.