C# Class Emul8.Utilities.SocketServerProvider

Inheritance: IDisposable
Mostrar archivo Open project: emul8/emul8 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SendByte ( byte b ) : void
SocketServerProvider ( ) : System
Start ( int port ) : void
Stop ( ) : void

Private Methods

Method Description
ListenerThreadBody ( ) : void
ReaderThreadBody ( Stream stream ) : void
WriterThreadBody ( Stream stream ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SendByte() public method

public SendByte ( byte b ) : void
b byte
return void

SocketServerProvider() public method

public SocketServerProvider ( ) : System
return System

Start() public method

public Start ( int port ) : void
port int
return void

Stop() public method

public Stop ( ) : void
return void