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

The LICENSE_PREAMBLE structure precedes every licensing packet sent on the wire.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_12_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bMsgType bMsgType_Values
bVersion bVersion_Values
wMsgSize ushort

프로퍼티 상세

bMsgType 공개적으로 프로퍼티

An 8-bit unsigned integer. A type of the licensing packet. For more details about the different licensing packets, see [MS-RDPELE].Sent by server:
public bMsgType_Values bMsgType
리턴 bMsgType_Values

bVersion 공개적으로 프로퍼티

An 8-bit unsigned integer. The license protocol version.
public bVersion_Values bVersion
리턴 bVersion_Values

wMsgSize 공개적으로 프로퍼티

An 16-bit, unsigned integer. The size in bytes of the licensing packet (including the size of the preamble)
public ushort wMsgSize
리턴 ushort