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

The Shutdown Request Denied PDU is sent by the server as part of the disconnection sequences specified in section ; specifically as part of the "User-Initiated on Client" disconnect sequence (see section ).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_2_3.xml
Inheritance: RdpbcgrServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
shutdownRequestDeniedPduData TS_SHUTDOWN_DENIED_PDU

Public Methods

Method Description
Clone ( ) : StackPacket
Server_Shutdown_Request_Denied_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Shutdown_Request_Denied_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Private Methods

Method Description
EncodeShutdownDeniedData ( TS_SHUTDOWN_DENIED_PDU shutdownRequestDeniedPduData ) : byte[]

Method Details

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

Server_Shutdown_Request_Denied_Pdu() public method

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

Server_Shutdown_Request_Denied_Pdu() public method

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

shutdownRequestDeniedPduData public_oe property

The actual contents of the Shutdown Request Denied PDU, as specified in section .
public TS_SHUTDOWN_DENIED_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shutdownRequestDeniedPduData
return TS_SHUTDOWN_DENIED_PDU