Datasnap.DSCommonServer.TDSVoidConnectionHandler

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: Datasnap.DSCommonServer |
Delphi
TDSVoidConnectionHandler = class(TDBXConnectionHandler)
C++
class PASCALIMPLEMENTATION TDSVoidConnectionHandler : public Data::Dbxmessagehandlercommon::TDBXConnectionHandler
Description
Internal class that implements a fake void connection.
TDSVoidConnectionHandler is an internal class for implementing DataSnap fake void connections. TDSVoidConnectionHandler is used when the server is being connected to by a client running in the same process. The connection is faked and then objects are passed around within the same process.