Click or drag to resize
ServiceListener Methods

The ServiceListener type exposes the following members.

Methods
  NameDescription
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 methodOnConnectedClient

Triggered when a client is connected to the service.

Public methodOnDisconnectedClient

Triggered when a client is disconnected from the service.

Public methodOnDisposedRenderArea

Triggered when a renderArea has been disposed.

Public methodOnDisposingRenderArea

Triggered before a renderArea is disposed.

Public methodOnHTTPRequest

Triggered when an HTTP connection is made that does not attempt to upgrade the connection to the WebSocket protocol.

Public methodOnInitializedClient

Triggered when a client is initialized.

Public methodOnInstantiatedRenderArea

Triggered when a renderArea has been instantiated.

Public methodOnMissingLicense Obsolete.

This listener is deprecated from Open Inventor 10.9 and is not triggered by RemoteViz anymore.

Public methodOnPendingCreateRenderArea

Triggered when a connection is pending and the requested renderArea does not exist.

Public methodOnPendingShareRenderArea

Triggered when a connection is pending and the requested renderArea exists.

Public methodOnRequestedPrivateKeyPassphrase
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also