Click or drag to resize
ConnectionParameters Property

Gets the connection parameters.

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

Return Value

Type: ConnectionParameters

the connection parameters object

Remarks

These are field-value pairs included in the url during the client connection. See RemoteVizRenderArea.connectTo().

See Also