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

The MCS Disconnect Provider Ultimatum PDU is an MCS PDU sent as part of the disconnection sequences, as specified in section .
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_2_1.xml
Inheritance: RdpbcgrServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
disconnectProvider Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Mcs.DisconnectProviderUltimatum
tpktHeader TpktHeader
x224Data X224

Public Methods

Method Description
Clone ( ) : StackPacket

Create an instance of the class that is identical to the current PDU.

MCS_Disconnect_Provider_Ultimatum_Server_Pdu ( ) : System

The constructor of the class with no parameter.

MCS_Disconnect_Provider_Ultimatum_Server_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

Method Details

Clone() public method

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

MCS_Disconnect_Provider_Ultimatum_Server_Pdu() public method

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

MCS_Disconnect_Provider_Ultimatum_Server_Pdu() public method

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

ToBytes() public method

Encode this structure into byte array.
public ToBytes ( ) : byte[]
return byte[]

Property Details

disconnectProvider public_oe property

PER-encoded MCS Disconnect Provider Ultimatum PDU, as specified in [T125] (the ASN.1 structure definition is given in [T125] section 7, part 4).
public DisconnectProviderUltimatum,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Mcs disconnectProvider
return Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Mcs.DisconnectProviderUltimatum

tpktHeader public_oe property

A TPKT Header, as specified in [T123] section 8.
public TpktHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr tpktHeader
return TpktHeader

x224Data public_oe property

An X.224 Class 0 Data TPDU, as specified in [X224] section 13.7.
public X224,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr x224Data
return X224