Свойство | Type | Description | |
---|---|---|---|
compressFlag | byte | ||
segHeadList | List |
||
segHeader | |||
segPduCompressedFlagSettings | byte | ||
segPduList | List |
||
segmentPartSize | uint |
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.
|
public RdpSegmentedPdu ( byte compFlag, uint segSize ) : System | ||
compFlag | byte | Indicates the data is compressed and the compress type. |
segSize | uint | |
Résultat | System |
public SegmentAndCompressFrame ( byte rawSvrData, byte compressFlag, uint segmentPartSize ) : void | ||
rawSvrData | byte | |
compressFlag | byte | |
segmentPartSize | uint | |
Résultat | void |
public SetSegmentPartSize ( uint partSize ) : void | ||
partSize | uint | The part size. |
Résultat | void |
public RDP_SEGMENTED_DATA,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc segHeader | ||
Résultat |
public byte segPduCompressedFlagSettings | ||
Résultat | byte |