Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Base64InputStream Constructor MIME4NET Class Library Documentation
Initializes a new instance of the Base64InputStream class

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

public Base64InputStream(
	Stream s
)

Parameters

s
Type: System.IO Stream

[Missing <param name="s"/> documentation for "M:NI.Email.Mime.Decoder.Base64InputStream.#ctor(System.IO.Stream)"]

See Also