Accepts an incoming connection.

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

Syntax

Visual Basic
Public Function Accept As ISocket
C#
public ISocket Accept()

Return Value

An instance of connected ProxySocket.

Implements

ISocketExt..::..Accept()()()()

Remarks

A call to Accept is only allowed after a call to Listen(ISocket) method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also