ServiceSettings Class |
Settings that define the rendering OIV.RemoteViz.Rendering.Service.
Namespace: OIV.RemoteViz.Rendering
The ServiceSettings type exposes the following members.
Name | Description | |
---|---|---|
ServiceSettings | Constructor. |
Name | Description | |
---|---|---|
CopyFrom | Copy assignment operator. | |
EnableSecureConnection(String, String) | Calls EnableSecureConnection(publicCertificateFilePath, privateKeyFilePath, OIV.RemoteViz.Rendering.ServiceSettings.SecurityProtocols( .RemoteViz.Rendering.ServiceSettings.TLSv1_1 | .RemoteViz.Rendering.ServiceSettings.TLSv1_2 | .RemoteViz.Rendering.ServiceSettings.TLSv1_3 )). | |
EnableSecureConnection(String, String, ServiceSettingsSecurityProtocols) | Secures the connection between the server and the clients. | |
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.) | |
IsSecureConnection | Gets the SSL engine activation. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
EnabledSecurityProtocols | Gets the security procotols used in RemoteViz. | |
Hostname | Gets the current host name. | |
IP | Sets the IP address. | |
Monitoring | Gets the monitoring object which allows to manage metrics listeners that monitor states and performances of the service. | |
Port | Sets the port of the service. | |
PrivateKeyFile | Gets the private key used to sign the server key exchange between the client and the server. | |
PublicCertificateFile | Gets the public certificate authenticating the server to the clients. | |
RunMode | Sets the run mode of the service. | |
UsedExtensions | Sets the Open Inventor extensions used by a RemoteViz application. |
A OIV.RemoteViz.Rendering.ServiceSettings object must be passed to the OIV.RemoteViz.Rendering.Service.Open(OIV.RemoteViz.Rendering.ServiceSettings) method.