C# 클래스 Woopsa.HTTPRequest

Provides a mechanism to get information about an HTTP Request made by a client.

This class is created internally by the Web Server and thus cannot be created from outside code. To handle requests and response, the WebServer.IHTTPRouteHandler interface or the delegate methods in RouteSolver which is available from the WebServer.WebServer.Routes property.

파일 보기 프로젝트 열기: woopsa-protocol/Woopsa 1 사용 예제들

비공개 메소드들

메소드 설명
HTTPRequest ( HTTPMethod method, string fullURL ) : System