C# 클래스 K2Informatics.Erlnet.BufferedTcpClient

상속: IDisposable
파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet 1 사용 예제들

공개 메소드들

메소드 설명
BufferedTcpClient ( TcpClient client ) : System
Close ( ) : void
Dispose ( ) : void
GetInputStream ( ) : Stream
GetOutputStream ( ) : Stream

메소드 상세

BufferedTcpClient() 공개 메소드

public BufferedTcpClient ( TcpClient client ) : System
client System.Net.Sockets.TcpClient
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetInputStream() 공개 메소드

public GetInputStream ( ) : Stream
리턴 Stream

GetOutputStream() 공개 메소드

public GetOutputStream ( ) : Stream
리턴 Stream