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

The Status Info PDU is sent by the server to update the client with status information. This PDU is only sent to clients that have indicated that they are capable of status updates using the RNS_UD_CS_SUPPORT_STATUSINFO_PDU flag in the Client Core Data (section 2.2.1.3.2).
Inheritance: RdpbcgrServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
shareDataHeader TS_SHAREDATAHEADER
statusCode StatusCode_Values

Public Methods

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

The constructor of the class with no parameter.

Server_Status_Info_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Method Details

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

Server_Status_Info_Pdu() public method

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

Server_Status_Info_Pdu() public method

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

shareDataHeader public_oe property

A Share Data Header containing information about the packet. The type subfield of the pduType field of the Share Control Header (section 2.2.8.1.1.1.1) MUST be set to PDUTYPE_DATAPDU (7). The pduType2 field of the Share Data Header MUST be set to PDUTYPE2_STATUS_INFO_PDU (54), and the pduSource field MUST be set to 0.
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
return TS_SHAREDATAHEADER

statusCode public_oe property

A 32-bit, unsigned integer. Status code.
public StatusCode_Values statusCode
return StatusCode_Values