Class: ServerInfo

Cobrowse server information

Members

hostName :string

The server's host name. This may by a fully qualified domain name or an IP address.

Type:
  • string

isSecure :boolean

Used to determine if security is to be used for the connection to the server. Returns true is the connection is secured, otherwise false.

Type:
  • boolean

port :number

The server port to connect to.

Type:
  • number