Event arguments for login events.
Declaring type: LoginEventArgs
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method LoginEventArgs Overloaded. Initializes LoginEventArgs instance.
Collapse/Expand Public Properties
  Name Description
Public Property ClientAddress Gets or sets connected client's address, for example, System.Net.IPAddress.
Public Property EventType Gets or sets LoginEventType (Login or Logoff).
Public Property Identity Gets or sets System.Security.Principal.IIdentity object.
Public Property Timestamp Gets or sets event time stamp.