ClientApplicationName Property |
HTML5 client: Returns the domain name of the web host to which the client is connected.
Namespace: OIV.RemoteViz.Rendering
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".