AuthenticationEventArgs.Accept Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Accept(ServerUser)
Accept the client as the specified user.
Declaration
public void Accept(ServerUser user)
Parameters
Type | Name | Description |
---|---|---|
ServerUser | user |
Accept(ServerUser, Object)
Accept the client as the specified user and assign the specified custom tag object.
Declaration
public void Accept(ServerUser user, object context)
Parameters
Type | Name | Description |
---|---|---|
ServerUser | user | An object representing the user. |
Object | context | An optional custom object representing session context. |