getServerAddress method

String? getServerAddress()

Inquiry method that gets the configured address of Lightstreamer Server.

Returns the serverAddress the configured address of Lightstreamer Server.

Implementation

String? getServerAddress() {
  return _serverAddress;
}