event raised when a secure channel is closed
event raised when the server refused a TCP connection from a client (for instance because too many connections)
event raised when a new session is created
event raised after the server has raised an OPCUA event toward a client
event raised when a new secure channel transport is initialized (HEL/ACK complete). Note: securityPolicy and securityMode are NOT yet established at this point. Use "channelSecured" for post-handshake notifications.
event raised when an OpenSecureChannel has failed, e.g. invalid certificate or malformed message
event raised after the server address space has been initialized
event raised when the server receives a request from a connected client. Useful for trace/diagnostics.
event raised when the server sends a response to a connected client. Useful for trace/diagnostics.
event raised when server has been successfully registered on the LDS
emitted when the server is trying to register with the LDS but the connection has failed (backoff signal)
event raised when server registration has been successfully renewed on the LDS
event raised when server has been successfully unregistered from the LDS
event raised when a session is activated
event raised when a session is closed
event raised when a secure channel has completed the OpenSecureChannel handshake. At this point securityPolicy, securityMode, and clientCertificate are available.