This method is invoked when an HTTP request is received using the PATCH HTTP method. You can override this method to support PATCH in your handler. The default implementation returns a 405 Method not allowed HTTP response.
Return type: None
Access: PROTECTED
Applies to: OpenEdge.Web.WebHandler class
HandlePatch ( INPUT request AS IWebRequest ) |