Address
public struct Address : Equatable
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