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

A slow path header for input/output PDUs.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
channelId ushort
initiator ushort
level byte
securityHeader TS_SECURITY_HEADER
tpktHeader TpktHeader
type byte
userDataLength uint
x224Data X224

Public Methods

Method Description
Clone ( ) : SlowPathPduCommonHeader

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

Method Details

Clone() public method

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

Property Details

channelId public_oe property

Used for both client input and output PDUs.
public ushort channelId
return ushort

initiator public_oe property

For client input PDUs, this means user channel id.
public ushort initiator
return ushort

level public_oe property

The level in T125 PDU. The field is used by output PDUs only.
public byte level
return byte

securityHeader public_oe property

The security header.
public TS_SECURITY_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr securityHeader
return TS_SECURITY_HEADER

tpktHeader public_oe property

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

type public_oe property

The type in T125 PDU. The field is used by output PDUs only.
public byte type
return byte

userDataLength public_oe property

The length of userData in T125 PDU. The field is used by output PDUs only.
public uint userDataLength
return uint

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