Lightstreamer Silverlight Client 1.4.2
ContentsIndexHome
PreviousUpNext
ConnectionInfo.PushServerUrl Property

Lightstreamer Server URL, without the path part; e.g. "https://push.lightstreamer.com". 

Setting this property is mandatory. 

 

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