Click or drag to resize
Connection Class

Represents a connection from a Client to a RenderArea managed by the RemoteViz service.

Inheritance Hierarchy

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public sealed class Connection : SoNetBase

The Connection type exposes the following members.

Methods
  NameDescription
Public methodClose

Closes the connection.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSendMessage

Sends a text message to the client.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyClient

Gets the id of the client associated with the connection.

Public propertyContainerHeight

Gets the client container height.

Public propertyContainerWidth

Gets the client container width.

Public propertyId

Gets the id of the connection.

Public propertyLastEncodedFrame

Gets the last encoded frame sent by the connection.

Public propertyParameters

Gets the connection parameters (field-value pairs included in the url during the client connection).

Public propertyRenderArea

Gets the RenderArea associated with the connection.

Public propertyRequestedHeight

Gets the last renderArea height requested by the client.

Public propertyRequestedWidth

Gets the last renderArea width requested by the client.

Public propertySettings

Gets the connection settings.

Top
Remarks

See Also