프로퍼티 | 타입 | 설명 | |
---|---|---|---|
UseRealIP | bool |
메소드 | 설명 | |
---|---|---|
Add ( |
||
HandleRequest ( Request request ) : |
||
Run ( ) : void | ||
Terminate ( ) : void | ||
WebServer ( string host, int port, bool useRealIP = false, IRequestObserver requestObserver = null, ICatchAll catchAll = null ) : System |
메소드 | 설명 | |
---|---|---|
BindAndListen ( int listenCount = -1 ) : void | ||
ConvertPath ( string path ) : List |
||
TryHandlers ( Request request ) : Reply |
public WebServer ( string host, int port, bool useRealIP = false, IRequestObserver requestObserver = null, ICatchAll catchAll = null ) : System | ||
host | string | |
port | int | |
useRealIP | bool | |
requestObserver | IRequestObserver | |
catchAll | ICatchAll | |
리턴 | System |