| Connection Class |
Represents a connection from a Client to a RenderArea managed by the RemoteViz service.
Namespace: OIV.RemoteViz.Rendering
The Connection type exposes the following members.
| Name | Description | |
|---|---|---|
| Close | Closes the connection. | |
| Equals | Determines whether the specified Object is equal to the current Object. (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 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. |