C# 클래스 NDream.AirConsole.Editor.WebListener

파일 보기 프로젝트 열기: AirConsole/airconsole-unity-plugin

공개 메소드들

메소드 설명
ClientListener ( ) : void
IsRunning ( ) : bool
ProcessRequest ( object listenerContext ) : void
Restart ( ) : void
ReturnMIMEType ( string filename ) : string
SetPath ( string path ) : void
Start ( ) : void
Stop ( ) : void

메소드 상세

ClientListener() 공개 메소드

public ClientListener ( ) : void
리턴 void

IsRunning() 공개 메소드

public IsRunning ( ) : bool
리턴 bool

ProcessRequest() 공개 메소드

public ProcessRequest ( object listenerContext ) : void
listenerContext object
리턴 void

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

ReturnMIMEType() 공개 메소드

public ReturnMIMEType ( string filename ) : string
filename string
리턴 string

SetPath() 공개 메소드

public SetPath ( string path ) : void
path string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void