What is the byte ordering of the 4-byte array returned by the GetAddressBytes()
method of IPAddress
class?
More on the GetAddressBytes method.
Is it big or little endian? I need to put some IP addresses to the message body, so it is important to me.