Click or drag to resize

ClientConnectionDataChannel Property

Gets or sets reference to UdpServer data channel, attaching to or detaching from events as needed, associated with this ClientConnection.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public UdpServer DataChannel { get; set; }
View Source

Property Value

UdpServer
See Also