SocketAddress.ip6

Returns a single address object for the given protocol and parameters.

You probably should generally prefer get, localhost, or allInterfaces to have more flexible code.

  1. SocketAddress ip6(char[] address, ushort port, bool forListening)
  2. SocketAddress ip6(ushort port)
    struct SocketAddress
    static
    ip6
    (
    ushort port
    )

Meta