C# Class 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
Inheritance: RdpbcgrServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
saveSessionInfoPduData TS_SAVE_SESSION_INFO_PDU_DATA

Public Methods

Method Description
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[]

Private Methods

Method Description
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[]

Method Details

Clone() public method

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
return StackPacket

Server_Save_Session_Info_Pdu() public method

The constructor of the class with no parameter.
public Server_Save_Session_Info_Pdu ( ) : System
return System

Server_Save_Session_Info_Pdu() public method

The constructor of the class.
public Server_Save_Session_Info_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
return System

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
return SlowPathPduCommonHeader

saveSessionInfoPduData public_oe property

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