Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
ConnectionInfo.PushServerControlUrl Property

Lightstreamer Server URL (without the path part) to be used for control requests; e.g. "http://push.lightstreamer.com:80". Typically, it may differ from pushServerUrl because of the protocol. If it is null, then pushServerUrl is used. 

The default setting is null. 

 

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