C# Class NDream.AirConsole.Editor.WebListener

Afficher le fichier Open project: AirConsole/airconsole-unity-plugin

Méthodes publiques

Méthode Description
ClientListener ( ) : void
IsRunning ( ) : bool
ProcessRequest ( object listenerContext ) : void
Restart ( ) : void
ReturnMIMEType ( string filename ) : string
SetPath ( string path ) : void
Start ( ) : void
Stop ( ) : void

Method Details

ClientListener() public méthode

public ClientListener ( ) : void
Résultat void

IsRunning() public méthode

public IsRunning ( ) : bool
Résultat bool

ProcessRequest() public méthode

public ProcessRequest ( object listenerContext ) : void
listenerContext object
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

ReturnMIMEType() public méthode

public ReturnMIMEType ( string filename ) : string
filename string
Résultat string

SetPath() public méthode

public SetPath ( string path ) : void
path string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void