Opc.Ua.Server.ValidateSessionLessRequestEventArgs.ValidateSessionLessRequestEventArgs C# (CSharp) Method

ValidateSessionLessRequestEventArgs() public method

Creates a new instance.
public ValidateSessionLessRequestEventArgs ( NodeId authenticationToken, RequestType requestType ) : System
authenticationToken NodeId
requestType RequestType
return System
        public ValidateSessionLessRequestEventArgs(NodeId authenticationToken, RequestType requestType)
        {
            AuthenticationToken = authenticationToken;
            RequestType = requestType;
        }
        #endregion
ValidateSessionLessRequestEventArgs