Ejemplo n.º 1
0
 internal IpV6Address ReadIpV6Address(int offset, Endianity endianity)
 {
     return(ByteArrayExtensions.ReadIpV6Address(this.Buffer, this.StartOffset + offset, endianity));
 }