示例#1
0
 public static byte[] GetNetworkBytes(this IpV4Address ipV4Address)
 {
     return(ipV4Address.GetBytes().Reverse().ToArray());
 }