C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TpktHeader

A TPKT packet Header.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
length System.UInt16
reserved byte
version byte

프로퍼티 상세

length 공개적으로 프로퍼티

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
리턴 System.UInt16

reserved 공개적으로 프로퍼티

Reserved.
public byte reserved
리턴 byte

version 공개적으로 프로퍼티

A version number, with binary value 00000011.
public byte version
리턴 byte