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.