Starts handling accepted connection.

Namespace:  Rebex.Net.Servers.Core
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Sub Accept ( _
	socket As Socket _
)
C#
public void Accept(
	Socket socket
)

Parameters

socket
Type: System.Net.Sockets..::..Socket
Connection with the client.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also