Lightstreamer Silverlight Client 1.4.2
ContentsIndexHome
PreviousUpNext
ConnectionInfo.Adapter Property

ID of the Adapter Set to be used to handle all requests in the session. An Adapter Set defines the Metadata Adapter and one or several Data Adapters. It is configured on the server side through an "adapters.xml" file; the ID is configured through the "id" attribute in the "adapters_conf" element. 

The default setting is null, which is equivalent to the "DEFAULT" ID. 

 

C++
public: __property string Adapter;
C#
public string Adapter;
Visual Basic
Public Property Adapter() As string