C# 클래스 Rnwood.SmtpServer.TcpClientConnectionChannel

상속: IConnectionChannel
파일 보기 프로젝트 열기: rnwood/smtp4dev 1 사용 예제들

공개 메소드들

메소드 설명
ApplyStreamFilterAsync ( Func filter ) : Task
CloseAync ( ) : Task
FlushAsync ( ) : Task
ReadLineAsync ( ) : Task
SetReaderEncoding ( Encoding encoding ) : void
TcpClientConnectionChannel ( TcpClient tcpClient ) : System
WriteLineAsync ( string text ) : Task

비공개 메소드들

메소드 설명
SetupReaderAndWriter ( ) : void

메소드 상세

ApplyStreamFilterAsync() 공개 메소드

public ApplyStreamFilterAsync ( Func filter ) : Task
filter Func
리턴 Task

CloseAync() 공개 메소드

public CloseAync ( ) : Task
리턴 Task

FlushAsync() 공개 메소드

public FlushAsync ( ) : Task
리턴 Task

ReadLineAsync() 공개 메소드

public ReadLineAsync ( ) : Task
리턴 Task

SetReaderEncoding() 공개 메소드

public SetReaderEncoding ( Encoding encoding ) : void
encoding Encoding
리턴 void

TcpClientConnectionChannel() 공개 메소드

public TcpClientConnectionChannel ( TcpClient tcpClient ) : System
tcpClient TcpClient
리턴 System

WriteLineAsync() 공개 메소드

public WriteLineAsync ( string text ) : Task
text string
리턴 Task