|   | MultiProtocolFrameParserDisconnectAtEOF Property | 
        
        
            Gets or sets flag that determines if client should disconnect when end of file has been reached.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool DisconnectAtEOF { get; set; }Public Property DisconnectAtEOF As Boolean
	Get
	Set
public:
property bool DisconnectAtEOF {
	bool get ();
	void set (bool value);
}member DisconnectAtEOF : bool with get, set
function get_DisconnectAtEOF();
function set_DisconnectAtEOF(value);
Property Value
Boolean Remarks
Remarks
            This is only applicable when connection is made to a file for replay purposes.
            
 See Also
See Also