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

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
errorInfoPduData TS_SET_ERROR_INFO_PDU

Public Methods

Method 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

Method Description
EncodeErrorInfoData ( TS_SET_ERROR_INFO_PDU errorInfoPduData ) : byte[]

Method Details

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

Server_Set_Error_Info_Pdu() public method

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

Server_Set_Error_Info_Pdu() public method

The constructor of the class.
public Server_Set_Error_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

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