DLL Channel

The Delphi only DLL channel allows you to implement server logic inside a DLL and access it using the standard Remoting SDK calling mechanisms. The channel will automatically load the DLL into the client process and expose the server methods in the same fashion as a remote server would.

Client Channel Components

Server Channel Components