NodeOPCUA API Documentation
    Preparing search index...
    interface ISessionBase {
        channel?: IChannelBase;
        continuationPointManager: IContinuationPointManager;
        userIdentityToken?: UserIdentityToken;
        getEndpointUrl?(): string | undefined;
        getSessionId(): NodeId;
    }
    Index
    channel?: IChannelBase
    continuationPointManager: IContinuationPointManager
    userIdentityToken?: UserIdentityToken