Table of Contents

Method StartBuffering

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

StartBuffering(int)

Start buffering all output to an alternate stream in memory for readability with Peek() later.

public void StartBuffering(int lines)

Parameters

lines int

The amount of lines to store in the buffer.