C# Class SendGrid.Net.Mime.ContentType

Afficher le fichier Open project: advancedrei/sendgridplus-csharp Class Usage Examples

Private Properties

Свойство Type Description
EncodeSubjectRFC2047 string
Equals bool
GuessEncoding System.Text.Encoding
GuessTransferEncoding TransferEncoding
Parse void
To2047 string
WrapIfEspecialsExist string

Méthodes publiques

Méthode Description
ContentType ( ) : System
ContentType ( string contentType ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Méthode Description
EncodeSubjectRFC2047 ( string s, Encoding enc ) : string
Equals ( ContentType other ) : bool
GuessEncoding ( string s ) : Encoding
GuessTransferEncoding ( Encoding enc ) : TransferEncoding
Parse ( string pair ) : void
To2047 ( byte bytes ) : string
WrapIfEspecialsExist ( string s ) : string

Method Details

ContentType() public méthode

public ContentType ( ) : System
Résultat System

ContentType() public méthode

public ContentType ( string contentType ) : System
contentType string
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string