C# Class SendGrid.Net.Mail.AttachmentBase

Inheritance: IDisposable
Afficher le fichier Open project: advancedrei/sendgridplus-csharp

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode 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 méthode

protected AttachmentBase ( Stream contentStream ) : System
contentStream Stream
Résultat System

AttachmentBase() protected méthode

protected AttachmentBase ( Stream contentStream, ContentType contentType ) : System
contentStream Stream
contentType SendGrid.Net.Mime.ContentType
Résultat System

AttachmentBase() protected méthode

protected AttachmentBase ( Stream contentStream, string mediaType ) : System
contentStream Stream
mediaType string
Résultat System

AttachmentBase() protected méthode

protected AttachmentBase ( string fileName ) : System
fileName string
Résultat System

AttachmentBase() protected méthode

protected AttachmentBase ( string fileName, ContentType contentType ) : System
fileName string
contentType SendGrid.Net.Mime.ContentType
Résultat System

AttachmentBase() protected méthode

protected AttachmentBase ( string fileName, string mediaType ) : System
fileName string
mediaType string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void