Click or drag to resize
ConnectionParameters Class

Field-value pairs included in the URL when the client requested a connection.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.RemoteViz.RenderingConnectionParameters

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public sealed class ConnectionParameters : SoNetBase

The ConnectionParameters type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetIndex

Gets the index associated with a key.

Public methodGetKey

Gets the key associated with an index.

Public methodGetType (Inherited from Object.)
Public methodGetValue(Int32)

Gets the value of a parameter associated with an index.

Public methodGetValue(String)

Gets the value of a parameter associated with a key.

Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyNumParameters

Gets the number of parameters.

Top
Remarks

See RemoteVizRenderArea.connectTo and OIV.RemoteViz.Clients.Nodes.SoRemoteVizClient.connectionParameters.

A OIV.RemoteViz.Rendering.ConnectionParameters object is passed to OIV.RemoteViz.Rendering.ServiceListener.OnPendingCreateRenderArea(System.String, System.UInt32@, System.UInt32@, OIV.RemoteViz.Rendering.RenderAreaHardware, OIV.RemoteViz.Rendering.Client, OIV.RemoteViz.Rendering.ConnectionParameters) and to OIV.RemoteViz.Rendering.ServiceListener.OnPendingShareRenderArea(OIV.RemoteViz.Rendering.RenderArea, OIV.RemoteViz.Rendering.Client, OIV.RemoteViz.Rendering.ConnectionParameters).

The application can also query this object from a OIV.RemoteViz.Rendering.Connection object. The OIV.RemoteViz.Rendering.Connection object can obtained in, e.g., OIV.RemoteViz.Rendering.RenderAreaListener.OnInitializedConnection(OIV.RemoteViz.Rendering.RenderArea, OIV.RemoteViz.Rendering.Connection, OIV.RemoteViz.Rendering.FrameEncoders).

See Also