ServerAddress
public struct ServerAddress : Equatable, Hashable
extension ServerAddress: CustomStringConvertible
A struct representing a network address, consisting of a host and port.
-
The hostname or IP address.
Declaration
Swift
public let host: String
-
The port number.
Declaration
Swift
public let port: UInt16
-
Declaration
Swift
public var description: String { get }