EOF Property
If True, the connection has closed, and there is no buffered data available.
Syntax
[VB.NET] Public ReadOnlyProperty EOF As Boolean
[C#] public bool EOF {get;}
Remarks
EOF is an acronym for "End Of File".
This property is read-only.
Default Value
True