Method | Description | |
---|---|---|
Deflate ( |
Deflate the token
|
|
Inflate ( |
Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream
|
|
TDSOrderToken ( ) : System.IO |
Default constructor
|
|
TDSOrderToken ( ushort value ) : System.IO |
Initialization constructor
|
public Deflate ( |
||
destination | Stream to deflate token to | |
return | void |
public Inflate ( |
||
source | Stream to inflate the token from | |
return | bool |
public TDSOrderToken ( ushort value ) : System.IO | ||
value | ushort | |
return | System.IO |