ServiceListener Methods |
The ServiceListener 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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | OnConnectedClient | Triggered when a client is connected to the service. |
![]() | OnDisconnectedClient | Triggered when a client is disconnected from the service. |
![]() | OnDisposedRenderArea | Triggered when a renderArea has been disposed. |
![]() | OnDisposingRenderArea | Triggered before a renderArea is disposed. |
![]() | OnHTTPRequest | Triggered when an HTTP connection is made that does not attempt to upgrade the connection to the WebSocket protocol. |
![]() | OnInitializedClient | Triggered when a client is initialized. |
![]() | OnInstantiatedRenderArea | Triggered when a renderArea has been instantiated. |
![]() | OnMissingLicense | Obsolete. This listener is deprecated from Open Inventor 10.9 and is not triggered by RemoteViz anymore. |
![]() | OnPendingCreateRenderArea | Triggered when a connection is pending and the requested renderArea does not exist. |
![]() | OnPendingShareRenderArea | Triggered when a connection is pending and the requested renderArea exists. |
![]() | OnRequestedPrivateKeyPassphrase | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |