C# 클래스 Opc.Ua.Server.ValidateSessionLessRequestEventArgs

A class which provides the event arguments for session related event.
상속: System.EventArgs
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
ValidateSessionLessRequestEventArgs ( NodeId authenticationToken, RequestType requestType ) : System

Creates a new instance.

메소드 상세

ValidateSessionLessRequestEventArgs() 공개 메소드

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