Lightstreamer .Net Standard Client 4.0.0
|
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.
public: __property bool EnableStreamSense;
public bool EnableStreamSense;
Public Property EnableStreamSense() As bool