C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.SlowPathPduCommonHeader

A slow path header for input/output PDUs.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
channelId ushort
initiator ushort
level byte
securityHeader TS_SECURITY_HEADER
tpktHeader TpktHeader
type byte
userDataLength uint
x224Data X224

Открытые методы

Метод Описание
Clone ( ) : SlowPathPduCommonHeader

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

Описание методов

Clone() публичный Метод

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : SlowPathPduCommonHeader
Результат SlowPathPduCommonHeader

Описание свойств

channelId публичное свойство

Used for both client input and output PDUs.
public ushort channelId
Результат ushort

initiator публичное свойство

For client input PDUs, this means user channel id.
public ushort initiator
Результат ushort

level публичное свойство

The level in T125 PDU. The field is used by output PDUs only.
public byte level
Результат byte

securityHeader публичное свойство

The security header.
public TS_SECURITY_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr securityHeader
Результат TS_SECURITY_HEADER

tpktHeader публичное свойство

A TPKT Header, as specified in [T123] section 8.
public TpktHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr tpktHeader
Результат TpktHeader

type публичное свойство

The type in T125 PDU. The field is used by output PDUs only.
public byte type
Результат byte

userDataLength публичное свойство

The length of userData in T125 PDU. The field is used by output PDUs only.
public uint userDataLength
Результат uint

x224Data публичное свойство

An X.224 Class 0 Data TPDU, as specified in [X224] section 13.7.
public X224,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr x224Data
Результат X224