Methods for cWebHttpHandler

View method list in hierarchical order

NameTypeDescriptionDefining Class
AddHttpResponseHeaderProcedureSets a specific response header
ChildByIndexFunctionCan be used to iterate the direct children of an objectcObject
ClassSuperClassFunctionReturns the superclass of the passed classcObject
ClearErrorsProcedureClears the error queuecBaseWebComponent
CreateFunctionCreates an object based on the passed Class IdcObject
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed namecObject
DestroyProcedureDestroys the object that receives the message and any child objects of that objectcObject
ErrorCountFunctionReturns the number of errors in the current error queuecBaseWebComponent
ErrorMessageFunctionReturns the error message for an index in the error queuecBaseWebComponent
ErrorMessageDetailedFunctionReturns a detailed (more technical) error message for an index in the error queuecBaseWebComponent
ErrorNumberFunctionReturns the DataFlex error number for an index in the error queuecBaseWebComponent
ErrorQueueEndProcedureEnds an error queue processcBaseWebComponent
ErrorQueueStartProcedureUsed to start an error queue for a web requestcBaseWebComponent
Exit_ApplicationProcedureStarts the process of closing an applicationcObject
GetCookieFunctionReads a cookie keycBaseWebComponent
HttpRequestHeaderFunctionReturns the value of the specified request header as a string.
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchycObject
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchycObject
IsQueuedErrorFunctionReturns True if errors are being queuedcBaseWebComponent
LogErrorEventProcedureRaises an error and explicitly logs the error in the event logcBaseWebComponent
LogEventProcedureLogs an event to the Web Application's event logcBaseWebComponent
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based oncObject
OutputStringProcedureWrites a string to the response body
OutputUCharProcedureWrites the contents of the UChar array to the response body
ParseContentTypeFunctionParses the passed content-type header string into the plain MIME type and a set of name value pairs for the other values in the string
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]cObject
RequestDataStringFunctionReturns the body of the HTTP request as a string
RequestDataUCharFunctionReads request data into a UChar array
ServerVariableFunctionAllows retrieval of IIS Server Variable valuescBaseWebComponent
SetCookieProcedureUsed to update a cookie keycBaseWebComponent
SetResponseStatusProcedureUse this function to set the response status code
UrlParameterFunctionExtracts a specific GET parameter from the query string