RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLBroker.RemoteServer Property

Specifies the connection component that this XML broker uses to connect to an application server.

Pascal
property RemoteServer: TCustomRemoteServer;
C++
__property TCustomRemoteServer RemoteServer;

Use RemoteServer to specify the connection component that establishes a connection to the remote application server. The connection component obtains an IAppServer interface for data exchange and maintains the interface of the remote data module on the application server. 

If a Web application uses more than connection component, the application can change which connection an XML broker uses by changing the value for this property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!