TcHmiSrvAuthListener Class

Provides a listener to implement a custom authorization.

Inheritance Hierarchy

System.Object
  TcHmiSrv.TcHmiSrvListener
    TcHmiSrv.TcHmiSrvAuthListenerBase
      TcHmiSrv.TcHmiSrvAuthListener
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class TcHmiSrvAuthListener : TcHmiSrvAuthListenerBase, 
    IExternalCaller<string>

The TcHmiSrvAuthListener type exposes the following members.

Constructors

 

Name

Description

TcHmiSrvAuthListener Class 1:

TcHmiSrvAuthListener

Initializes a new instance of the TcHmiSrvAuthListener class

Properties

 

Name

Description

TcHmiSrvAuthListener Class 2:

Type

(Inherited from TcHmiSrvListener.)

Methods

 

Name

Description

TcHmiSrvAuthListener Class 3:

Dispose.

(Inherited from TcHmiSrvListener.)

TcHmiSrvAuthListener Class 4:

Dispose(Boolean)

(Inherited from TcHmiSrvAuthListenerBase.)

TcHmiSrvAuthListener Class 5:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

TcHmiSrvAuthListener Class 6:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

TcHmiSrvAuthListener Class 7:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

TcHmiSrvAuthListener Class 8:

GetType

Gets the Type of the current instance. (Inherited from Object.)

TcHmiSrvAuthListener Class 9:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

TcHmiSrvAuthListener Class 10:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Events

 

Name

Description

TcHmiSrvAuthListener Class 11:

OnLogin

Called when a user tries to log in.

TcHmiSrvAuthListener Class 12:

OnLogout

Called when a user is logged out.

Reference

TcHmiSrv Namespace