Generic method that handles processing a Callback request by routing to a method in a provided target object.
This version doesn't pass in the method name but retrieves it from the POST data or query string.
public sealed void ProcessCallbackMethodCall(object target)
Parameters
target
Overloads:
See also:
Class XmlCallbackMethodProcessor© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic