Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
MetadataProviderServer Members Public Properties
Public Properties
 
Name 
Description 
 
The Remote Metadata Adapter instance to be run.  
 
The pathname of an optional configuration file for the Remote Metadata Adapter, to be passed to the Init method.
The default value is null.
See Init in IMetadataProvider for details.
 
 
An IDictionary-type value object to be passed to the Init method of the Remote Metadata Adapter, to supply optional parameters.
The default value is an empty Hashtable.
See Init in IMetadataProvider 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.