C# Class Emul8.Utilities.SocketServerProvider

Inheritance: IDisposable
Afficher le fichier Open project: emul8/emul8 Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
SendByte ( byte b ) : void
SocketServerProvider ( ) : System
Start ( int port ) : void
Stop ( ) : void

Private Methods

Méthode Description
ListenerThreadBody ( ) : void
ReaderThreadBody ( Stream stream ) : void
WriterThreadBody ( Stream stream ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SendByte() public méthode

public SendByte ( byte b ) : void
b byte
Résultat void

SocketServerProvider() public méthode

public SocketServerProvider ( ) : System
Résultat System

Start() public méthode

public Start ( int port ) : void
port int
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void