コード例 #1
0
ファイル: PcapNetExtensions.cs プロジェクト: OMGtechy/Leho
 public static byte[] GetNetworkBytes(this IpV4Address ipV4Address)
 {
     return(ipV4Address.GetBytes().Reverse().ToArray());
 }