C# 클래스 HttpServer.HttpServer

A complete HTTP server, you need to add a module to it to be able to handle incoming requests.
파일 보기 프로젝트 열기: fiki574/rAPB 1 사용 예제들

공개 메소드들

메소드 설명
HttpServer ( ) : System
JsonEncode ( string text ) : string
MapHandlers ( ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
HandleCreateAccount ( HttpServer server, HttpListenerRequest request, string>.Dictionary parameters ) : string
HandleRequest ( object oContext ) : void
OnGetContext ( IAsyncResult result ) : void

메소드 상세

HttpServer() 공개 메소드

public HttpServer ( ) : System
리턴 System

JsonEncode() 공개 정적인 메소드

public static JsonEncode ( string text ) : string
text string
리턴 string

MapHandlers() 공개 정적인 메소드

public static MapHandlers ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void