C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.SlowPathPduCommonHeader

A slow path header for input/output PDUs.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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