Click or drag to resize
ClientEnvironment Property

HTML5 client: Returns the value of the user-agent header sent by the client web browser.

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

Return Value

Type: String

the environment.

Remarks

OIV.RemoteViz.Clients.Nodes.SoRemoteVizClient node: Returns the operating system (OS) running the client application.

See Also