Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
PushServerException.PROTOCOL_ERROR Field

Indicates a Server answer not consistent with the requests.

C++
public: int PROTOCOL_ERROR = 7;
C#
public const int PROTOCOL_ERROR = 7;
Visual Basic
Public Const PROTOCOL_ERROR As Integer = 7