ConnectionParameters Class |
Field-value pairs included in the URL when the client requested a connection.
Namespace: OIV.RemoteViz.Rendering
The ConnectionParameters type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetIndex | Gets the index associated with a key. | |
GetKey | Gets the key associated with an index. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue(Int32) | Gets the value of a parameter associated with an index. | |
GetValue(String) | Gets the value of a parameter associated with a key. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
NumParameters | Gets the number of parameters. |
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).