Click or drag to resize

DataListenerPort Property

Gets or sets the network port of the Server where the DataListener will connect to get the time-series data.

Namespace: GSF.Historian
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(1004)]
public int Port { get; set; }
View Source

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not between 0 and 65535.
See Also