Click or drag to resize
MimeKit

MimeFilterBaseSaveRemainingInput Method

Save the remaining input for the next round of processing.

Namespace: MimeKit.IO.Filters
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected void SaveRemainingInput(
	byte[] input,
	int startIndex,
	int length
)

Parameters

input  Byte
The input buffer.
startIndex  Int32
The starting index of the buffer to save.
length  Int32
The length of the buffer to save, starting at startIndex.
Remarks
Saves the remaining input for the next round of processing.
See Also