Interface SmiConnectionApi
Methods
getAuthHeader
- getAuthHeader(): null | string
Returns null | string
getPort
- getPort(): number | ""
Returns number | ""
getProtocol
- getProtocol(): null | "http" | "https"
Returns null | "http" | "https"
getServer
- getServer(): string
Returns string
isOnline
- isOnline(): boolean
Returns boolean
This section of the API relates to information about the connection to the server.