Click or drag to resize
ConnectionParameters Property

Gets the connection parameters.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.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