Property | Type | Description | |
---|---|---|---|
tokenTableDis | Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.Token[] |
Method | Description | |
---|---|---|
getTokenDis ( int distance ) : |
Get a match token according to the match distance.
|
|
getTokenLen ( int length ) : |
Get a length token according to the match length.
|
public static getTokenDis ( int distance ) : |
||
distance | int | The distance here means the needed bytes backward. |
return |
public static getTokenLen ( int length ) : |
||
length | int | The length here means the number of bytes to be copied. |
return |