C# Class DKIM.MailMessageText.ClosableMemoryStream

Use memory stream with dummy Close method as MailWriter writes final CRLF when closing the stream. This allows us to read the stream and close it manually.
Inheritance: System.IO.MemoryStream
Mostrar archivo Open project: dmcgiv/DKIM.Net

Public Methods

Method Description
Close ( ) : void
ReallyClose ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

ReallyClose() public method

public ReallyClose ( ) : void
return void