C# Class TVServerKodi.Listener

Mostrar archivo Open project: margro/TVServerXBMC Class Usage Examples

Public Methods

Method Description
ListenForClients ( ) : void
Listener ( ) : System
Listener ( int listenport ) : System
StartListening ( ) : bool
Stop ( ) : void

Private Methods

Method Description
CreateTCPListener ( ) : void

Method Details

ListenForClients() public method

public ListenForClients ( ) : void
return void

Listener() public method

public Listener ( ) : System
return System

Listener() public method

public Listener ( int listenport ) : System
listenport int
return System

StartListening() public method

public StartListening ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void