C# Class Opc.Ua.Server.ValidateSessionLessRequestEventArgs

A class which provides the event arguments for session related event.
Inheritance: System.EventArgs
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
ValidateSessionLessRequestEventArgs ( NodeId authenticationToken, RequestType requestType ) : System

Creates a new instance.

Method Details

ValidateSessionLessRequestEventArgs() public method

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