IPAddress类的GetAddressBytes()方法返回的4字节数组的字节顺序是什么?
More on the GetAddressBytes method.
是大还是小的endian?我需要把一些IP地址给消息体,所以对我来说很重要.
解决方法
网络字节顺序(=大端).看到:
> @L_404_1@
> http://www.gnu.org/s/libc/manual/html_node/Byte-Order.html