Click or drag to resize

DataListenerProtocol Property

Gets or sets the TransportProtocol to be used for receiving time-series data from the Server.

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

Property Value

TransportProtocol
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not Tcp or Udp.
See Also