Accept the client as the specified user and assign the specified custom tag object.
            
    Namespace: 
   Rebex.Net.Servers
    Assembly:
   Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic | 
|---|
Public Sub Accept ( _ user As ServerUser, _ context As Object _ )  | 
| C# | 
|---|
public void Accept( 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.