Creates a decoding stream for the transfer encoding.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Function CreateDecodingStream ( _
	output As Stream _
) As Stream
C#
public Stream CreateDecodingStream(
	Stream output
)

Parameters

output
Type: System.IO..::..Stream
Stream that will receive decoded data.

Return Value

Stream to write encoded data to.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also