Click or drag to resize
MimeKit

FilteredStream Constructor

Initialize a new instance of the FilteredStream class.

Namespace: MimeKit.IO
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public FilteredStream(
	Stream source
)

Parameters

source  Stream
The underlying stream to filter.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource is null.
Remarks
Creates a filtered stream using the specified source stream.
See Also