Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| # | HandleError (Error, IHttpResponse) | 
     Handels an error. The error is written into the logfile and returned
         to the client in the body.  | 
|
| # | INTEGER HandleNotAllowedMethod (IWebRequest) | 
     Handler for unsupported methods. The request being serviced and
         an optional status code is returned. A zero or null value means
         this method will deal with all errors.  | 
|
| # | INTEGER HandleNotImplemented (IWebRequest) | 
     Handler for unknown methods. The request being serviced and an
         optional status code is returned. A zero or null value means
         this method will deal with all errors.  | 
|
| # | LogRequestDetail (IWebRequest) | 
     Logs details about the current web handler request  | 
|
| # | LogRequestEnd (IWebRequest, IHttpResponse) | 
     Logs details about the end of current web handler request  | 
|
| # | WriteResponse (IHttpResponse) | 
     Writes the HttpResponse to the stream  | 
| Options | Name | Purpose | |
|---|---|---|---|
| SmartWebHandler () | 
     Static constructor for the SmartWebHandler class  | 
| 
         
            
                Top
                
            
         
        PROTECTED HandleError (Error, IHttpResponse)
 
  | 
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PROTECTED INTEGER HandleNotAllowedMethod (IWebRequest)
 
  | 
||||||||||||||||||||||||
        
        PROTECTED INTEGER HandleNotImplemented (IWebRequest)
 
  | 
||||||||||||||||||||||||
        
        PROTECTED LogRequestDetail (IWebRequest)
 
  | 
||||||||||||||||||||||||
        
        PROTECTED LogRequestEnd (IWebRequest, IHttpResponse)
 
  | 
||||||||||||||||||||||||
        
        PROTECTED WriteResponse (IHttpResponse)
 
  | 
||||||||||||||||||||||||
        
        STATIC SmartWebHandler ()
 
  | 
||||||||
|---|---|---|---|---|---|---|---|---|