Accept the client as the specified user without further authentication (!) and assign the specified custom tag object.

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

Syntax

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

Parameters

user
Type: Rebex.Net.Servers..::..ServerUser
An object representing the user.
context
Type: System..::..Object
An optional custom object representing session context.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also