'Declaration Protected Overridable Function ExecuteCommand( _ ByVal context As HttpContext, _ ByVal commandName As String _ ) As String
protected virtual string ExecuteCommand( HttpContext context, string commandName )
protected: virtual string* ExecuteCommand( HttpContext* context, string* commandName )
protected: virtual String^ ExecuteCommand( HttpContext^ context, String^ commandName )
Parameters
- context
- An HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
- commandName
- HTTP command name.
Return Value
JSON string that contains result of HTTP command execution.