Icon TEWBServerSessionEvent

Unit: ewbsession

TEWBServerSessionEvent = procedure (Session: TEWBServerSession)
      of object

The TEWBServerSessionEvent event type is used by the TEWBServerSession OnComplete event to indicate when a given session request, such as the request initiated by the TEWBServerSession Authenticate method, has completed.

The Session parameter indicates the server session that triggered the event.
Image