C# Class Opc.Ua.Server.ValidateSessionLessRequestEventArgs

A class which provides the event arguments for session related event.
Inheritance: System.EventArgs
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
ValidateSessionLessRequestEventArgs ( NodeId authenticationToken, RequestType requestType ) : System

Creates a new instance.

Method Details

ValidateSessionLessRequestEventArgs() public méthode

Creates a new instance.
public ValidateSessionLessRequestEventArgs ( NodeId authenticationToken, RequestType requestType ) : System
authenticationToken NodeId
requestType RequestType
Résultat System