C# 클래스 MailKit.Net.Imap.ImapLiteral

An IMAP literal object.
파일 보기 프로젝트 열기: jstedfast/MailKit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Literal object
Type ImapLiteralType

공개 메소드들

메소드 설명
ImapLiteral ( MimeKit.FormatOptions options, object literal, Action action = null ) : System

Initializes a new instance of the MailKit.Net.Imap.ImapLiteral class.

Creates a new MailKit.Net.Imap.ImapLiteral.

WriteTo ( ImapStream stream, CancellationToken cancellationToken ) : void

Write the literal to the specified stream.

Writes the literal to the specified stream.

메소드 상세

ImapLiteral() 공개 메소드

Initializes a new instance of the MailKit.Net.Imap.ImapLiteral class.
Creates a new MailKit.Net.Imap.ImapLiteral.
public ImapLiteral ( MimeKit.FormatOptions options, object literal, Action action = null ) : System
options MimeKit.FormatOptions The formatting options.
literal object The literal.
action Action The progress update action.
리턴 System

WriteTo() 공개 메소드

Write the literal to the specified stream.
Writes the literal to the specified stream.
public WriteTo ( ImapStream stream, CancellationToken cancellationToken ) : void
stream ImapStream The stream.
cancellationToken System.Threading.CancellationToken The cancellation token.
리턴 void

프로퍼티 상세

Literal 공개적으로 프로퍼티

public object Literal
리턴 object

Type 공개적으로 프로퍼티

public ImapLiteralType Type
리턴 ImapLiteralType