ClientEnvironment Property |
HTML5 client: Returns the value of the user-agent header sent by the client web browser.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic string Environment { get; }
Public ReadOnly Property Environment As String
Get
public:
property String^ Environment {
String^ get ();
}
member Environment : string with get
Return Value
Type:
Stringthe environment.
RemarksSoRemoteVizClient node: Returns the operating system (OS) running the client application.
See Also