Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
UserConnected event
Fires when user connects to wodWebServer.
Syntax
- Basic
Private Sub object_UserConnected (ByRef User, ByRef Action)
The UserConnected(object,User,Action) syntax has these parts:
The UserConnected(object,User,Action) syntax has these parts:
object | An expression evaluating to an object of type wodWebServer |
User | WebUser object. Reference to the user who sent the request. |
Action | WebActions enumeration. You should set this value to Allow if you want to accept this user, or Deny if you want to close the connection. |