Click or drag to resize
ClientApplicationName Property

HTML5 client: Returns the domain name of the web host to which the client is connected.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public string ApplicationName { get; }

Return Value

Type: String

the application name.

Remarks

Specifically, RemoteVizClient.js uses the JavaScript command “window.location.host”. Note that this command returns an empty string when the URL is a file path (starting with “file://”). In this case, there is no domain name.

OIV.RemoteViz.Clients.Nodes.SoRemoteVizClient node: Returns the string "SoRemoteVizClient".

See Also