Represents the server’s IP address and port.

Definition

object ServerAddress {
  ipAddress: String
  port: Int
}

Fields

ipAddress: String

The IP address of the server (e.g., “192.168.1.1”).

port: Int

The port number (e.g., 80 or 443).