| MimeFilterBaseSaveRemainingInput Method |
Save the remaining input for the next round of processing.
Namespace: MimeKit.IO.FiltersAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax 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