ServiceSettingsIP Property |
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string IP { get; set; }
Public Property IP As String
Get
Set
public:
property String^ IP {
String^ get ();
void set (String^ value);
}
member IP : string with get, set
Property Value
Type:
StringRemarks
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