C# 클래스 SendGrid.Net.Mail.AttachmentBase

상속: IDisposable
파일 보기 프로젝트 열기: advancedrei/sendgridplus-csharp

공개 메소드들

메소드 설명
Dispose ( ) : void

보호된 메소드들

메소드 설명
AttachmentBase ( Stream contentStream ) : System
AttachmentBase ( Stream contentStream, ContentType contentType ) : System
AttachmentBase ( Stream contentStream, string mediaType ) : System
AttachmentBase ( string fileName ) : System
AttachmentBase ( string fileName, ContentType contentType ) : System
AttachmentBase ( string fileName, string mediaType ) : System
Dispose ( bool disposing ) : void

메소드 상세

AttachmentBase() 보호된 메소드

protected AttachmentBase ( Stream contentStream ) : System
contentStream Stream
리턴 System

AttachmentBase() 보호된 메소드

protected AttachmentBase ( Stream contentStream, ContentType contentType ) : System
contentStream Stream
contentType SendGrid.Net.Mime.ContentType
리턴 System

AttachmentBase() 보호된 메소드

protected AttachmentBase ( Stream contentStream, string mediaType ) : System
contentStream Stream
mediaType string
리턴 System

AttachmentBase() 보호된 메소드

protected AttachmentBase ( string fileName ) : System
fileName string
리턴 System

AttachmentBase() 보호된 메소드

protected AttachmentBase ( string fileName, ContentType contentType ) : System
fileName string
contentType SendGrid.Net.Mime.ContentType
리턴 System

AttachmentBase() 보호된 메소드

protected AttachmentBase ( string fileName, string mediaType ) : System
fileName string
mediaType string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void