Options
All
  • Public
  • Public/Protected
  • All
Menu

  subscribe now with sterfive to access the online-user manual

Hierarchy

Index

Properties

Optional authenticationToken

authenticationToken: NodeId

endpoint

isReconnecting

isReconnecting: boolean

lastRequestSentTime

lastRequestSentTime: Date

the time of the latest request sent by the client to the server

lastResponseReceivedTime

lastResponseReceivedTime: Date

the time of the latest response received by the client

name

name: string

the session name

serverCertificate

serverCertificate: Buffer

the server certificate as provided by the server

sessionId

sessionId: NodeId

subscriptionCount

subscriptionCount: number

timeout

timeout: number

the session Id

Methods

close

  • close(callback: ErrorCallback): void
  • close(deleteSubscription: boolean, callback: ErrorCallback): void
  • close(deleteSubscription?: boolean): Promise<void>
  • Parameters

    Returns void

  • Parameters

    Returns void

  • Parameters

    • Optional deleteSubscription: boolean

    Returns Promise<void>

Generated using TypeDoc