Opc.Ua.Server.ValidateSessionLessRequestEventArgs.ValidateSessionLessRequestEventArgs C# (CSharp) Метод

ValidateSessionLessRequestEventArgs() публичный Метод

Creates a new instance.
public ValidateSessionLessRequestEventArgs ( NodeId authenticationToken, RequestType requestType ) : System
authenticationToken NodeId
requestType RequestType
Результат System
        public ValidateSessionLessRequestEventArgs(NodeId authenticationToken, RequestType requestType)
        {
            AuthenticationToken = authenticationToken;
            RequestType = requestType;
        }
        #endregion
ValidateSessionLessRequestEventArgs