Version

public enum Version : String

The version of the Internet Protocol (IP) that you want to fetch

  • IPv4 address (e.g. 192.168.0.1).

    Declaration

    Swift

    case IPv4 = "ipv4"
  • IPv6 address (e.g. 2001:0db8:85a3:0000:0000:8a2e:0370:7334).

    Declaration

    Swift

    case IPv6 = "ipv6"