Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
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
ファイルを表示
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