Accept the client as the specified user without further authentication (!).

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

Syntax

Visual Basic
Public Sub AcceptWithoutAuthentication ( _
	user As ServerUser _
)
C#
public void AcceptWithoutAuthentication(
	ServerUser user
)

Parameters

user
Type: Rebex.Net.Servers..::..ServerUser
An object representing the user.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also