ServiceSettingsPort Property |
Sets the port of the service.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public ushort Port { get; set; }
Public Property Port As UShort
Get
Set
public:
property unsigned short Port {
unsigned short get ();
void set (unsigned short value);
}
member Port : uint16 with get, set
Property Value
Type:
UInt16Remarks Default value is 8080.
In case you are behind a firewall, please ensure your IT department configured the firewall to accommodate the selected port.
See Also