Click or drag to resize

MultiProtocolFrameParserDisconnectAtEOF Property

Gets or sets flag that determines if client should disconnect when end of file has been reached.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public bool DisconnectAtEOF { get; set; }
View Source

Property Value

Boolean
Remarks
This is only applicable when connection is made to a file for replay purposes.
See Also