Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
DataProviderServer Members Public Properties
Public Properties
 
Name 
Description 
 
The Remote Data Adapter instance to be run.  
 
The pathname of an optional configuration file for the Remote Data Adapter, to be passed to the Init method.
The default value is null.
See Init in IDataProvider for details.
 
 
An IDictionary-type value object to be passed to the Init method of the Remote Data Adapter, to supply optional parameters.
The default value is an empty Hashtable.
See Init in IDataProvider for details.
 
 
A handler for error conditions occurring on the Remote Server. By setting the handler, it's possible to override the default exception handling.  
 
Name 
A name for the Server instance; used for logging purposes.  
 
The stream used by the Remote Adapter in order to send asyncronous data to the Remote Adapter. Currently not used and not needed by the Remote Metadata Adapter.  
 
The stream used by the Remote Adapter in order to forward the answers to the Proxy Adapter.  
 
The stream used by the Proxy Adapter in order to forward the requests to the Remote Adapter.