Show / Hide Table of Contents

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 Source

CreateReader()

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

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX