Click or drag to resize
ServiceSettingsIP Property

Sets the IP address.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.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 "auto" If you set the value to "auto", an IPv4 address will be automatically selected among the available interfaces.

See Also