C# 클래스 WebServerTask.HttpServer

상속: IDisposable
파일 보기 프로젝트 열기: mmackes/Windows-10-IoT-PoolController 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
HttpServer ( int serverPort, AppServiceConnection connection ) : System
StartServer ( ) : void

비공개 메소드들

메소드 설명
GetHeader ( bool urlFound, string bodyStreamLength ) : string
ProcessRequestAsync ( StreamSocket socket ) : void
WriteGetResponseAsync ( string request, IOutputStream os ) : System.Threading.Tasks.Task
WriteMethodNotSupportedResponseAsync ( string request, IOutputStream os ) : System.Threading.Tasks.Task
WritePostResponseAsync ( string request, IOutputStream os ) : System.Threading.Tasks.Task
WriteResponseAsync ( string RequestMsg, string ResponseMsg, bool urlFound, byte bodyArray, IOutputStream os ) : System.Threading.Tasks.Task

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HttpServer() 공개 메소드

public HttpServer ( int serverPort, AppServiceConnection connection ) : System
serverPort int
connection AppServiceConnection
리턴 System

StartServer() 공개 메소드

public StartServer ( ) : void
리턴 void