Icon TServerRequestResponseType

Unit: WebHTTP

TServerRequestResponseType = (srText,srStream)

Available In: Client and Server Applications

The TServerRequestResponseType enumerated type is used by the TServerRequest class to indicate how the response of a web server request should be handled.

ElementDescription
srStreamSpecifies that the response should be stored in a stream and made accessible via the TServerRequest ResponseStream property.
srTextSpecifies that the response should be stored as text and made accessible via the TServerRequest ResponseContent property.
Image