Occurs when client authentication is about to start.
Namespace:
Rebex.Net.Servers.Core
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
Visual Basic |
---|
Public Event PreAuthentication As EventHandler(Of PreAuthenticationEventArgs) |
C# |
---|
public event EventHandler<PreAuthenticationEventArgs> PreAuthentication |