Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Function EndAccept ( _
	asyncResult As IAsyncResult _
) As ISocket
C#
public ISocket EndAccept(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: System..::..IAsyncResult

Implements

ISocketExt..::..EndAccept(IAsyncResult)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also