C# Class Pop3.IO.StreamSocketNetworkOperations

Inheritance: INetworkOperations
Afficher le fichier Open project: rfinochi/pop3dotnet

Méthodes publiques

Méthode Description
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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OpenAsync() public méthode

public OpenAsync ( string hostName, int port ) : System.Threading.Tasks.Task
hostName string
port int
Résultat System.Threading.Tasks.Task

OpenAsync() public méthode

public OpenAsync ( string hostName, int port, bool useSsl ) : System.Threading.Tasks.Task
hostName string
port int
useSsl bool
Résultat System.Threading.Tasks.Task

ReadAsync() public méthode

public ReadAsync ( ) : Task
Résultat Task

WriteAsync() public méthode

public WriteAsync ( string data ) : System.Threading.Tasks.Task
data string
Résultat System.Threading.Tasks.Task