|
|
|
INTEGER HandleDelete (IWebRequest)
|
Default handler for the HTTP DELETE method. 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 HandleGet (IWebRequest)
|
Default handler for the HTTP GET method. 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 HandlePost (IWebRequest)
|
Default handler for the HTTP POST method. 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 HandlePut (IWebRequest)
|
Default handler for the HTTP PUT method. The request being
serviced and an optional status code is returned. A zero or
null value means this method will deal with all errors.
|
|
|
|
ValidatePropertyAccess (character)
|
Validates if a context property can be modified by web clients
|