IPv4InternetAddress

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

struct IPv4InternetAddress {}

Members

Variables

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