C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.RdpSegmentedPdu

The RDP Sever byte stream Must be encapsulated as RdpSegmentPdu with/without compression.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
compressFlag byte
segHeadList List
segHeader RDP_SEGMENTED_DATA
segPduCompressedFlagSettings byte
segPduList List
segmentPartSize uint

Méthodes publiques

Méthode Description
ClearSegments ( ) : void
EncodeSegPdu ( ) : List
RdpSegmentedPdu ( byte compFlag, uint segSize ) : System

Contructor.

Reset ( ) : void
SegmentAndCompressFrame ( byte rawSvrData, byte compressFlag, uint segmentPartSize ) : void
SetSegmentPartSize ( uint partSize ) : void

Set the current segment part size.

Method Details

ClearSegments() public méthode

public ClearSegments ( ) : void
Résultat void

EncodeSegPdu() public méthode

public EncodeSegPdu ( ) : List
Résultat List

RdpSegmentedPdu() public méthode

Contructor.
public RdpSegmentedPdu ( byte compFlag, uint segSize ) : System
compFlag byte Indicates the data is compressed and the compress type.
segSize uint
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

SegmentAndCompressFrame() public méthode

public SegmentAndCompressFrame ( byte rawSvrData, byte compressFlag, uint segmentPartSize ) : void
rawSvrData byte
compressFlag byte
segmentPartSize uint
Résultat void

SetSegmentPartSize() public méthode

Set the current segment part size.
public SetSegmentPartSize ( uint partSize ) : void
partSize uint The part size.
Résultat void

Property Details

compressFlag public_oe property

public byte compressFlag
Résultat byte

segHeadList public_oe property

public List segHeadList
Résultat List

segHeader public_oe property

public RDP_SEGMENTED_DATA,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc segHeader
Résultat RDP_SEGMENTED_DATA

segPduCompressedFlagSettings public_oe property

public byte segPduCompressedFlagSettings
Résultat byte

segPduList public_oe property

public List segPduList
Résultat List

segmentPartSize public_oe property

public uint segmentPartSize
Résultat uint