C# Class MustBe.Consulo.Internal.HTTPServer

Afficher le fichier Open project: consulo/UnityEditorConsuloPlugin Class Usage Examples

Méthodes publiques

Méthode Description
HTTPServer ( int port ) : NUnit.Core
SendSetDefinesToConsulo ( string uuid ) : void
Stop ( ) : void

Private Methods

Méthode Description
Initialize ( int port ) : void
Listen ( ) : void
Process ( HttpListenerContext context ) : void
ReadJSONClass ( HttpListenerContext context ) : JSONClass
RunNUnitTests ( string type, string uuid ) : void

Method Details

HTTPServer() public méthode

public HTTPServer ( int port ) : NUnit.Core
port int
Résultat NUnit.Core

SendSetDefinesToConsulo() public static méthode

public static SendSetDefinesToConsulo ( string uuid ) : void
uuid string
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void