C# Class SendGrid.Net.Mail.AttachmentBase

Inheritance: IDisposable
ファイルを表示 Open project: advancedrei/sendgridplus-csharp

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
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

Method Details

AttachmentBase() protected method

protected AttachmentBase ( Stream contentStream ) : System
contentStream Stream
return System

AttachmentBase() protected method

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

AttachmentBase() protected method

protected AttachmentBase ( Stream contentStream, string mediaType ) : System
contentStream Stream
mediaType string
return System

AttachmentBase() protected method

protected AttachmentBase ( string fileName ) : System
fileName string
return System

AttachmentBase() protected method

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

AttachmentBase() protected method

protected AttachmentBase ( string fileName, string mediaType ) : System
fileName string
mediaType string
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void