C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Server_Auto_Reconnect_Status_Pdu

The Auto-Reconnect Status PDU contains error information after a failed auto-reconnection attempt has taken place.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_4_1.xml
상속: RdpbcgrServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
arcStatusPduData TS_AUTORECONNECT_STATUS_PDU
commonHeader SlowPathPduCommonHeader

공개 메소드들

메소드 설명
Clone ( ) : StackPacket
Server_Auto_Reconnect_Status_Pdu ( ) : System
Server_Auto_Reconnect_Status_Pdu ( RdpbcgrServerSessionContext sessionContext ) : System
ToBytes ( ) : byte[]

비공개 메소드들

메소드 설명
EncodeAutoReconnectData ( TS_AUTORECONNECT_STATUS_PDU arcStatusPduData ) : byte[]

메소드 상세

Clone() 공개 메소드

public Clone ( ) : StackPacket
리턴 StackPacket

Server_Auto_Reconnect_Status_Pdu() 공개 메소드

public Server_Auto_Reconnect_Status_Pdu ( ) : System
리턴 System

Server_Auto_Reconnect_Status_Pdu() 공개 메소드

public Server_Auto_Reconnect_Status_Pdu ( RdpbcgrServerSessionContext sessionContext ) : System
sessionContext RdpbcgrServerSessionContext
리턴 System

ToBytes() 공개 메소드

public ToBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

arcStatusPduData 공개적으로 프로퍼티

The actual contents of the Auto-Reconnect Status PDU, as specified in section .
public TS_AUTORECONNECT_STATUS_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr arcStatusPduData
리턴 TS_AUTORECONNECT_STATUS_PDU

commonHeader 공개적으로 프로퍼티

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