C# 클래스 K2Informatics.Erlnet.ErlStream

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

공개 메소드들

메소드 설명
ErlStream ( NetworkStream ns ) : System
ErlStream ( SslStream ssl ) : System
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Write ( byte buffer, int offset, int count ) : void

메소드 상세

ErlStream() 공개 메소드

public ErlStream ( NetworkStream ns ) : System
ns System.Net.Sockets.NetworkStream
리턴 System

ErlStream() 공개 메소드

public ErlStream ( SslStream ssl ) : System
ssl System.Net.Security.SslStream
리턴 System

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void