C# 클래스 SendGrid.Net.Mime.ContentType

파일 보기 프로젝트 열기: advancedrei/sendgridplus-csharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EncodeSubjectRFC2047 string
Equals bool
GuessEncoding System.Text.Encoding
GuessTransferEncoding TransferEncoding
Parse void
To2047 string
WrapIfEspecialsExist string

공개 메소드들

메소드 설명
ContentType ( ) : System
ContentType ( string contentType ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

ContentType() 공개 메소드

public ContentType ( ) : System
리턴 System

ContentType() 공개 메소드

public ContentType ( string contentType ) : System
contentType string
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string