Initializes a new instance of the IpHeader class from the byte array.
[Visual Basic] Public Shared Function GetHeaderLengthInBytes( _ ByVal bytes As Byte(), _ ByVal index As Integer, _ ByVal count As Integer _ ) As UInt16
[C#] public static ushort GetHeaderLengthInBytes( byte[]bytes, intindex, intcount );