Properties for cWebHttpHandler

View property list in hierarchical order

NameDescriptionDefining Class
Child_CountReturns the number of child objects the object containscObject
Delegation_ModeDetermines if and how unknown messages are delegatedcObject
Main_DDIdentifies the DataDictionary object that controls the database file, the data from which is central to this object's functioncBaseWebComponent
NameReturns the full name of the object including parentagecObject
Object_IdReturns the object handle of the object, can be used to determine if an object existscObject
Object_LabelReturns the short name of an objectcObject
ParentReturns the parent of an objectcObject
peErrorTypeDetermines how errors within WebApp Server are sent to the client
peNeighborhoodDetermines how an object and its descendents participate in object neighborhood referencingcObject
peRequestCodePageDetermines the code page used when writing string data to the response
peResponseCodePageDetermines the code page used when writing string data to the response
piRequestSizeWhile handling a request, this property contains the size of the request body in bytes
psPathDetermines the path for which requests are handled by this object
psRequestAcceptTypeContains the value of the "Accept" header of the request while handling a request
psRequestContentTypeContains the content type passed in the header of the request while handling the request
psRequestPathContains the path of the request while handling a request
psRequestQueryStringContains the query string of the request while handling a request
psRequestVerbWhile handling a request this property contains the HTTP verb of the request
psVerbsDetermines to which verbs the handler should respond