C# 클래스 Aqueduct.Mail.StreamAttachment

상속: Attachment
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

보호된 프로퍼티들

프로퍼티 타입 설명
m_filename string

보호된 메소드들

메소드 설명
StreamAttachment ( string filename, Stream contentStream ) : System.IO

메소드 상세

StreamAttachment() 보호된 메소드

protected StreamAttachment ( string filename, Stream contentStream ) : System.IO
filename string
contentStream System.IO.Stream
리턴 System.IO

프로퍼티 상세

m_filename 보호되어 있는 프로퍼티

protected string m_filename
리턴 string