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

Indicates that the Server connection ended in the handshaking phase.

C++
public: int UNEXPECTED_END = 4;
C#
public const int UNEXPECTED_END = 4;
Visual Basic
Public Const UNEXPECTED_END As Integer = 4