RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransformClient.RemoteServer Property

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

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

If the XML transform client is in the client portion of a multi-tiered application, use RemoteServer to specify the connection component that connects to the application server. The connection component locates the application server and obtains its IAppServer interface, which the XML transform client can use for communicating with a remote provider. 

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

 

ProviderName 

TSocketConnection 

TDCOMConnection 

TWebConnection 

TSOAPConnection 

AppServer 

IAppServer 

Using an XML Document as the Client of a Provider

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