IrDAListenerEndAcceptSocket Method

Asynchronously accepts an incoming connection attempt and creates a new Socket to handle remote host communication.

Definition

Namespace: InTheHand.Net.Sockets
Assembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public Socket EndAcceptSocket(
	IAsyncResult asyncResult
)

Parameters

asyncResult  IAsyncResult
An IAsyncResult returned by a call to the BeginAcceptSocket(AsyncCallback, Object) method.

Return Value

Socket
A Socket.

See Also