C# 클래스 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.
상속: System.IO.MemoryStream
파일 보기 프로젝트 열기: dmcgiv/DKIM.Net

공개 메소드들

메소드 설명
Close ( ) : void
ReallyClose ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

ReallyClose() 공개 메소드

public ReallyClose ( ) : void
리턴 void