C# 클래스 Pop3.IO.StreamSocketNetworkOperations

상속: INetworkOperations
파일 보기 프로젝트 열기: rfinochi/pop3dotnet

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
OpenAsync ( string hostName, int port ) : System.Threading.Tasks.Task
OpenAsync ( string hostName, int port, bool useSsl ) : System.Threading.Tasks.Task
ReadAsync ( ) : Task
WriteAsync ( string data ) : System.Threading.Tasks.Task

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OpenAsync() 공개 메소드

public OpenAsync ( string hostName, int port ) : System.Threading.Tasks.Task
hostName string
port int
리턴 System.Threading.Tasks.Task

OpenAsync() 공개 메소드

public OpenAsync ( string hostName, int port, bool useSsl ) : System.Threading.Tasks.Task
hostName string
port int
useSsl bool
리턴 System.Threading.Tasks.Task

ReadAsync() 공개 메소드

public ReadAsync ( ) : Task
리턴 Task

WriteAsync() 공개 메소드

public WriteAsync ( string data ) : System.Threading.Tasks.Task
data string
리턴 System.Threading.Tasks.Task