In The Hand - .NET Components for Mobility
EndAcceptSocket Method (asyncResult)
NamespacesInTheHand.Net.SocketsIrDAListenerEndAcceptSocket(IAsyncResult)
Asynchronously accepts an incoming connection attempt and creates a new Socket to handle remote host communication.
Declaration Syntax
C#Visual Basic
public Socket EndAcceptSocket(
	IAsyncResult asyncResult
)
Public Function EndAcceptSocket ( _
	asyncResult As IAsyncResult _
) As Socket
Parameters
asyncResult (IAsyncResult)
An IAsyncResult returned by a call to the BeginAcceptSocket(AsyncCallback, Object) method.
Return Value

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 2.2.0.0