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
Afficher le fichier Open project: dmcgiv/DKIM.Net

Méthodes publiques

Méthode Description
Close ( ) : void
ReallyClose ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

ReallyClose() public méthode

public ReallyClose ( ) : void
Résultat void