C# Class NLogViewer.Receivers.TcpReceiver

Inheritance: NetworkBaseReceiver
显示文件 Open project: jkowalski/NLogViewer Class Usage Examples

Public Methods

Method Description
ConnectionClosed ( TCPConnection conn ) : void
InputThread ( ) : void
TcpReceiver ( ) : System

Method Details

ConnectionClosed() public method

public ConnectionClosed ( TCPConnection conn ) : void
conn TCPConnection
return void

InputThread() public method

public InputThread ( ) : void
return void

TcpReceiver() public method

public TcpReceiver ( ) : System
return System