Mime4.net Home | Community Edition | Order | Usage examples | Feedback
PushbackStream Constructor (Stream, Int32)MIME4NET Class Library Documentation
Initializes a new instance of the PushbackStream class

Namespace: NI.Email.Mime.IO
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public PushbackStream(
	Stream inStream,
	int size
)

Parameters

inStream
Type: System.IO Stream

[Missing <param name="inStream"/> documentation for "M:NI.Email.Mime.IO.PushbackStream.#ctor(System.IO.Stream,System.Int32)"]

size
Type: System Int32

[Missing <param name="size"/> documentation for "M:NI.Email.Mime.IO.PushbackStream.#ctor(System.IO.Stream,System.Int32)"]

See Also