Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : HandleTrace( ) method
 

HandleTrace( ) method

This method is invoked when an HTTP request is received using the TRACE method. You can override this method to support TRACE 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

Syntax

HandleTrace( INPUT request AS IWebRequest )
request
An object instance representing the HTTP request and request context.