C# Class K2Informatics.Erlnet.ErlStream

Mostra file Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Public Methods

Method Description
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

Method Details

ErlStream() public method

public ErlStream ( NetworkStream ns ) : System
ns System.Net.Sockets.NetworkStream
return System

ErlStream() public method

public ErlStream ( SslStream ssl ) : System
ssl System.Net.Security.SslStream
return System

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Write() public method

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