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

A TPKT packet Header.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
length System.UInt16
reserved byte
version byte

Property Details

length public 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 property

Reserved.
public byte reserved
return byte

version public property

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