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

A slow path header for input/output PDUs.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
channelId ushort
initiator ushort
level byte
securityHeader TS_SECURITY_HEADER
tpktHeader TpktHeader
type byte
userDataLength uint
x224Data X224

Méthodes publiques

Méthode Description
Clone ( ) : SlowPathPduCommonHeader

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

Method Details

Clone() public méthode

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

Property Details

channelId public_oe property

Used for both client input and output PDUs.
public ushort channelId
Résultat ushort

initiator public_oe property

For client input PDUs, this means user channel id.
public ushort initiator
Résultat ushort

level public_oe property

The level in T125 PDU. The field is used by output PDUs only.
public byte level
Résultat byte

securityHeader public_oe property

The security header.
public TS_SECURITY_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr securityHeader
Résultat 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
Résultat TpktHeader

type public_oe property

The type in T125 PDU. The field is used by output PDUs only.
public byte type
Résultat byte

userDataLength public_oe property

The length of userData in T125 PDU. The field is used by output PDUs only.
public uint userDataLength
Résultat 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
Résultat X224