Connection Class |
Represents a connection from a OIV.RemoteViz.Rendering.Client to a OIV.RemoteViz.Rendering.RenderArea managed by the RemoteViz service.
Namespace: OIV.RemoteViz.Rendering
The Connection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close | Closes the connection. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SendMessage | Sends a text message to the client. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Client | Gets the id of the client associated with the connection. |
![]() | ContainerHeight | Gets the client container height. |
![]() | ContainerWidth | Gets the client container width. |
![]() | Id | Gets the id of the connection. |
![]() | LastEncodedFrame | Gets the last encoded frame sent by the connection. |
![]() | Parameters | Gets the connection parameters (field-value pairs included in the url during the client connection). |
![]() | RenderArea | Gets the OIV.RemoteViz.Rendering.RenderArea associated with the connection. |
![]() | RequestedHeight | Gets the last renderArea height requested by the client. |
![]() | RequestedWidth | Gets the last renderArea width requested by the client. |
![]() | Settings | Gets the connection settings. |
RemoteViz is protected by the Open Inventor license key mechanism limiting its usage to specified computers or network environments based on commercial agreements. RemoteViz uses floating licenses managed by a license server or an encrypted "master password" string (see OIV.Inventor.Lock.SoLockManager).
Each OIV.RemoteViz.Rendering.Connection requires one RemoteViz license (an SDK license for development/debugging or Runtime license for deployment).
If no license is found, the listener OIV.RemoteViz.Rendering.ServiceListener.OnMissingLicense(System.String, OIV.RemoteViz.Rendering.ConnectionParameters) will be triggered.