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

Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Flags ushort
Length ushort
RedirFlags RedirectionFlags
SessionId uint

Property Details

Flags public_oe property

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

Length public_oe property

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

RedirFlags public_oe property

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
return RedirectionFlags

SessionId public_oe property

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
return uint