C# Class TVServerKodi.Listener

Afficher le fichier Open project: margro/TVServerXBMC Class Usage Examples

Méthodes publiques

Méthode Description
ListenForClients ( ) : void
Listener ( ) : System
Listener ( int listenport ) : System
StartListening ( ) : bool
Stop ( ) : void

Private Methods

Méthode Description
CreateTCPListener ( ) : void

Method Details

ListenForClients() public méthode

public ListenForClients ( ) : void
Résultat void

Listener() public méthode

public Listener ( ) : System
Résultat System

Listener() public méthode

public Listener ( int listenport ) : System
listenport int
Résultat System

StartListening() public méthode

public StartListening ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void