ConnectivityServiceServerInternalUri Property

Spotfire 14.3 API Reference

Note: This API is now obsolete.

Gets the internal Uri of the Spotfire Server currently connected to. This should not be used when displaying links to the server, library or the Web Player. In that case use ServerPublicUri instead.

Namespace:  Spotfire.Dxp.Framework.ApplicationModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[ObsoleteAttribute("Use ServerPublicUri instead.")]
public Uri ServerInternalUri { get; }

Property Value

Type: Uri
Exceptions

ExceptionCondition
InvalidOperationExceptionIf the client is not online.
Remarks

When executing the Web Player and Automation Services services this property will return the Uri using the back-end port of the Spotfire server. Because users/clients do not have access to this port, this property should not be used when displaying links to the server.

Also, in a clustered environment, this Uri might differ from the one configured as "Public Address" in the Spotfire Server. For this reason, this Uri might differ from the one in ServerPublicUri also in the client.

Always check if the client is online, using IsOnline, before using this function.

Version Information

Obsolete (compiler warning) in 14.3
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
See Also

Reference