Interface IXmlStream
A stream with a custom approach for reading XML
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IXmlStream
Methods
| Improve this Doc View SourceCreateReader()
Creates an System.Xml.XmlReader for reading XML from the stream
Declaration
XmlReader CreateReader()
Returns
| Type | Description |
|---|---|
| System.Xml.XmlReader | An System.Xml.XmlReader for reading XML |