Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConnectionInfo

The connection contains both server address (host, port) and credentials information (user, password).

Hierarchy

  • IConnectionInfo

Index

Properties

Properties

Optional password

password: string

The password.

server

server: ConnectInfo

The server's information (host, port number, ssl - whether it's a SSL connection)

Optional user

user: string

The username.