IROSuperHTTPServerConnection
Overview
The IROSuperHTTPServerConnection interface is used internally in the Server Channels infrastructure of the Server to implement Super HTTP Channel functionality.
The TROSuperHTTPServerConnection class implements the IROSuperHTTPServerConnection interface.
The IROSuperHTTPServerConnection interface is not designed to be used outside of the Remoting SDK.
Location
- Unit: uROBaseSuperHttpServer.pas
- Ancestry: IROSuperHTTPServerConnection
Required Methods
DisposeData
Frees all previously allocated resources.
procedure DisposeData
GetGuid
Returns the GUID of the connection.
function GetGuid: TGUID
GetSelf
Returns the instance of the TROSuperHTTPServerConnection that implements the IROSuperHTTPServerConnection interface.
function GetSelf: TROSuperHTTPServerConnection
GuidMatches
Compares the ConnectionID
with the passed aGuid
function GuidMatches(const aGuid: TGUID): Boolean
Parameters:
- aGuid: Guid