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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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