Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
CompressText ( Stream outputStream, string text, |
Compressor that takes the text and puts it in the outputStream in a compressed format
|
|
DefaultRpcCompressor ( ILogger |
|
public CompressText ( Stream outputStream, string text, |
||
outputStream | Stream | Stream to write the compressed value to |
text | string | Text to compress |
encoding | Encoding to be used when compressing | |
compressionType | CompressionType | Type of compression to be used when compressing |
Результат | void |
public DefaultRpcCompressor ( ILogger |
||
logger | ILogger |
Optional logger for logging the compression requests |
Результат | System |