Table of Contents

Method GetCompressingStream

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

GetCompressingStream(Stream)

Gets a stream for compressing the log file.

public abstract Stream GetCompressingStream(Stream logFileStream)

Parameters

logFileStream Stream

The stream of the log file to be compressed.

Returns

Stream

A stream for compressing the log file.