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

파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Flags ushort
Length ushort
RedirFlags RedirectionFlags
SessionId uint

프로퍼티 상세

Flags 공개적으로 프로퍼티

A 16-bit, unsigned integer. The server redirection identifier. This field MUST be set to SEC_REDIRECTION_PKT (0x0400).
public ushort Flags
리턴 ushort

Length 공개적으로 프로퍼티

A 16-bit, unsigned integer. The overall length in bytes of the Server Redirection Packet structure.
public ushort Length
리턴 ushort

RedirFlags 공개적으로 프로퍼티

A 32-bit, unsigned integer. A bit field that contains redirection information flags, some of which indicate the presence of additional data at the end of the packet.
public RedirectionFlags RedirFlags
리턴 RedirectionFlags

SessionId 공개적으로 프로퍼티

A 32-bit, unsigned integer. The session identifier to which the client MUST reconnect. This identifier MUST be specified in the RedirectSessionID field of the Client Cluster Data (section 2.2.1.3.5) if a reconnect attempt takes place. The Client Cluster Data is transmitted as part of the MCS Connect Initial PDU with GCC Conference Create Request (section 2.2.1.3).
public uint SessionId
리턴 uint