







Method that process the url
Namespace:
HttpServer.HttpModules
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public abstract bool Process( HttpRequest request, HttpResponse response, HttpSession session ) |
Visual Basic (Declaration) |
---|
Public MustOverride Function Process ( _ request As HttpRequest, _ response As HttpResponse, _ session As HttpSession _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Process( HttpRequest^ request, HttpResponse^ response, HttpSession^ session ) abstract |
Parameters
- request
- Type: HttpServer..::.HttpRequest
Information sent by the browser about the request
- response
- Type: HttpServer..::.HttpResponse
Information that is being sent back to the client.
- session
- Type: HttpServer..::.HttpSession
Session used to