C# Класс SendGrid.Net.Mail.AttachmentBase

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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