TROSuperHTTPServerResponse
Overview
The TROSuperHTTPServerResponse class implements the IROSuperHTTPServerResponse interface and is used for sending server responses like events etc.
The TROSuperHTTPServerResponse class is not designed to be used outside the Remoting SDK.
Location
- Unit: uROBaseSuperHttpServer.pas
- Ancestry: TInterfacedObject | TROSuperHTTPServerResponse
Properties
Attempt
Current attempt. Only 16 attempts are allowed.
property Attempt: Integer read write
Connection
Current connection.
property Connection: IROSuperHTTPServerConnection read write
Data
Response content.
property Data: TBytes read write
Headers
HTTP response headers.
property Headers: TIPHTTPResponseHeaders read
Instance Methods
constructor Create
Creates a new instance with a supplied values.
constructor Create(aConn: IROSuperHTTPServerConnection; aHeaders: TIPHTTPResponseHeaders)
Parameters:
- aConn: Connection
- aHeaders: Response headers