Properties for cWebHttpHandler

View property list in alphabetical order

NameDescription
peErrorTypeDetermines how errors within WebApp Server are sent to the client
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

Inherited Properties from cBaseWebComponent

Main_DDIdentifies the DataDictionary object that controls the database file, the data from which is central to this object's function

Inherited Properties from cObject

Child_CountReturns the number of child objects the object contains
Delegation_ModeDetermines if and how unknown messages are delegated
NameReturns the full name of the object including parentage
Object_IdReturns the object handle of the object, can be used to determine if an object exists
Object_LabelReturns the short name of an object
ParentReturns the parent of an object
peNeighborhoodDetermines how an object and its descendents participate in object neighborhood referencing