C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TpktHeader

A TPKT packet Header.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
length System.UInt16
reserved byte
version byte

Property Details

length public_oe property

Octets 3 and 4 are the unsigned 16-bit binary encoding of the TPKT length. This is the length of the entire packet in octets, including both the packet header and the TPDU.
public UInt16,System length
return System.UInt16

reserved public_oe property

Reserved.
public byte reserved
return byte

version public_oe property

A version number, with binary value 00000011.
public byte version
return byte