Click or drag to resize
ServiceSettingsIP Property

Sets the IP address.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public string IP { get; set; }

Property Value

Type: String
Remarks

IP version 4 (IPv4: X.X.X.X) and IP version 6 (IPv6: X.X.X.X.X.X.X.X) are supported. Default value is "127.0.0.1" To make the service accept connections on all interfaces, use "0.0.0.0".

See Also