NodeOPCUA API Documentation
    Preparing search index...

    Interface ISessionBase

    interface ISessionBase {
        channel?: IChannelBase;
        continuationPointManager: IContinuationPointManager;
        userIdentityToken?: UserIdentityToken;
        getEndpointUrl?(): string | undefined;
        getSessionId(): NodeId;
    }

    Implemented by

    Index
    channel?: IChannelBase
    continuationPointManager: IContinuationPointManager
    userIdentityToken?: UserIdentityToken
    • The URL of the Endpoint the Session was created on, if known.

      Returns string | undefined

    • Returns NodeId