C# Class K2Informatics.Erlnet.ErlStream

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

Méthodes publiques

Méthode 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 méthode

public ErlStream ( NetworkStream ns ) : System
ns System.Net.Sockets.NetworkStream
Résultat System

ErlStream() public méthode

public ErlStream ( SslStream ssl ) : System
ssl System.Net.Security.SslStream
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void