C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RDP_SERVER_REDIRECTION_PACKET

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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