The URI used to connect to the LiveView server. Also sets basic authentication, if no authentication has been set.
If Authentication has been set, setting this doesn't overwrite it.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.2.0.0 (11.2.1.1)
Syntax
| C# | Visual Basic | Visual C++ |
public LiveViewURI URI { get; set; }
Public Property URI As LiveViewURI Get Set
public: property LiveViewURI^ URI { LiveViewURI^ get (); void set (LiveViewURI^ value); }