C# Class K2Informatics.Erlnet.BufferedTcpClient

Inheritance: IDisposable
Afficher le fichier Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Méthodes publiques

Méthode Description
BufferedTcpClient ( TcpClient client ) : System
Close ( ) : void
Dispose ( ) : void
GetInputStream ( ) : Stream
GetOutputStream ( ) : Stream

Method Details

BufferedTcpClient() public méthode

public BufferedTcpClient ( TcpClient client ) : System
client System.Net.Sockets.TcpClient
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetInputStream() public méthode

public GetInputStream ( ) : Stream
Résultat Stream

GetOutputStream() public méthode

public GetOutputStream ( ) : Stream
Résultat Stream