IPv6InternetAddress

Represents a 16-byte IPv6 network address and the port number on this machine that the connection was assigned to.

struct IPv6InternetAddress {}

Members

Variables

bytes
ubyte[16] bytes;
Undocumented in source.
port
ushort port;
Undocumented in source.