Specifies the state of the stream.
[Visual Basic] Public Enum ReadState [C#] public enum ReadState [C++] public enum ReadState
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Closed | The Close method has been called. |
EndOfFile | The end of the stream has been reached successfully. |
Error | An error occurred that prevents the read operation from continuing. |
Initial | The Read method has not been called. |
Interactive | Read operation is in progress. |
Namespace: System.NewXml
Assembly: System.Xml.dll