C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Server_Set_Error_Info_Pdu

The Set Error Info PDU is sent by the server when there is a connection or disconnection failure. This PDU is only sent to clients which have indicated that they are capable of handling error reporting using the RNS_UD_CS_SUPPORT_ERRINFO_PDU flag in the Client Core Data.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/_rfc_ms-rdpbcgr2_1_5_1.xml
Inheritance: RdpbcgrServerPdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
commonHeader SlowPathPduCommonHeader
errorInfoPduData TS_SET_ERROR_INFO_PDU

Méthodes publiques

Méthode Description
Clone ( ) : StackPacket
Server_Set_Error_Info_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Set_Error_Info_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Private Methods

Méthode Description
EncodeErrorInfoData ( TS_SET_ERROR_INFO_PDU errorInfoPduData ) : byte[]

Method Details

Clone() public méthode

public Clone ( ) : StackPacket
Résultat StackPacket

Server_Set_Error_Info_Pdu() public méthode

The constructor of the class with no parameter.
public Server_Set_Error_Info_Pdu ( ) : System
Résultat System

Server_Set_Error_Info_Pdu() public méthode

The constructor of the class.
public Server_Set_Error_Info_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
Résultat System

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Résultat SlowPathPduCommonHeader

errorInfoPduData public_oe property

The actual contents of the Set Error Info PDU, as specified in section .
public TS_SET_ERROR_INFO_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr errorInfoPduData
Résultat TS_SET_ERROR_INFO_PDU