Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
K2Informatics
Erlnet
BufferedTcpClient
C# Class K2Informatics.Erlnet.BufferedTcpClient
Inheritance:
IDisposable
Datei anzeigen
Open project: K2InformaticsGmbH/erlnet
Class Usage Examples
Public Methods
Method
Description
BufferedTcpClient
(
TcpClient
client
) :
System
Close
( ) :
void
Dispose
( ) :
void
GetInputStream
( ) :
Stream
GetOutputStream
( ) :
Stream
Method Details
BufferedTcpClient()
public
method
public
BufferedTcpClient
(
TcpClient
client
) :
System
client
System.Net.Sockets.TcpClient
return
System
Close()
public
method
public
Close
( ) :
void
return
void
Dispose()
public
method
public
Dispose
( ) :
void
return
void
GetInputStream()
public
method
public
GetInputStream
( ) :
Stream
return
Stream
GetOutputStream()
public
method
public
GetOutputStream
( ) :
Stream
return
Stream