C# 클래스 MustBe.Consulo.Internal.HTTPServer

파일 보기 프로젝트 열기: consulo/UnityEditorConsuloPlugin 1 사용 예제들

공개 메소드들

메소드 설명
HTTPServer ( int port ) : NUnit.Core
SendSetDefinesToConsulo ( string uuid ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
Initialize ( int port ) : void
Listen ( ) : void
Process ( HttpListenerContext context ) : void
ReadJSONClass ( HttpListenerContext context ) : JSONClass
RunNUnitTests ( string type, string uuid ) : void

메소드 상세

HTTPServer() 공개 메소드

public HTTPServer ( int port ) : NUnit.Core
port int
리턴 NUnit.Core

SendSetDefinesToConsulo() 공개 정적인 메소드

public static SendSetDefinesToConsulo ( string uuid ) : void
uuid string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void