Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
DKIM
MailMessageText.ClosableMemoryStream
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
Datei anzeigen
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