Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
ConnectionInfo.EnableStreamSense Property

If true, enables the Stream-sense feature; in case a streaming session is being opened (i.e. isPolling is false) and no answer has been received on the newly opened connection after a few seconds (set through StreamingTimeoutMillis), the connection attempt is discarded and a new session opening attempt is performed in smart polling mode. 

The default setting is true. 

 

C++
public: __property bool EnableStreamSense;
C#
public bool EnableStreamSense;
Visual Basic
Public Property EnableStreamSense() As bool