Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
TVServerKodi
Listener
C# Class TVServerKodi.Listener
Datei anzeigen
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