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

The Save Session Info PDU is used by the server to transmit session and user logon information back to the client after the user has logged on.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_3_1.xml
Наследование: RdpbcgrServerPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
saveSessionInfoPduData TS_SAVE_SESSION_INFO_PDU_DATA

Открытые методы

Метод Описание
Clone ( ) : StackPacket

Create an instance of the class that is identical to the current PDU.

Server_Save_Session_Info_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Save_Session_Info_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Приватные методы

Метод Описание
EncodeLogonExtended ( TS_LOGON_INFO_EXTENDED logonInfo ) : byte[]
EncodeLogonInfo ( TS_LOGON_INFO logonInfo ) : byte[]
EncodeLogonLongInfo ( TS_LOGON_INFO_VERSION_2 logonInfo ) : byte[]
EncodeLogonPlainNotify ( TS_PLAIN_NOTIFY logonInfo ) : byte[]
EncodeSaveSessionInfoData ( TS_SAVE_SESSION_INFO_PDU_DATA saveSessionInfoPduData ) : byte[]

Описание методов

Clone() публичный Метод

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
Результат StackPacket

Server_Save_Session_Info_Pdu() публичный Метод

The constructor of the class with no parameter.
public Server_Save_Session_Info_Pdu ( ) : System
Результат System

Server_Save_Session_Info_Pdu() публичный Метод

The constructor of the class.
public Server_Save_Session_Info_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
Результат System

ToBytes() публичный Метод

public ToBytes ( ) : byte[]
Результат byte[]

Описание свойств

commonHeader публичное свойство

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Результат SlowPathPduCommonHeader

saveSessionInfoPduData публичное свойство

The actual contents of the Save Session Info PDU, as specified in section .
public TS_SAVE_SESSION_INFO_PDU_DATA,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr saveSessionInfoPduData
Результат TS_SAVE_SESSION_INFO_PDU_DATA