C# Class FileFind.Meshwork.Transport.TcpTransportListener

Inheritance: ITransportListener
ファイルを表示 Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
StartListening ( ) : void
StopListening ( ) : void
TcpTransportListener ( int port ) : System
ToString ( ) : string

Private Methods

Method Description
Listen ( ) : void

Method Details

StartListening() public method

public StartListening ( ) : void
return void

StopListening() public method

public StopListening ( ) : void
return void

TcpTransportListener() public method

public TcpTransportListener ( int port ) : System
port int
return System

ToString() public method

public ToString ( ) : string
return string