NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlTextReader Constructor (Stream, XmlContext)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal stream As Stream, _
   ByVal context As XmlContext _
)
[C#]
public XmlTextReader(
   Stream stream,
   XmlContext context
);
[C++]
public: XmlTextReader(
   Stream* stream,
   XmlContext* context
);
[JScript]
public function XmlTextReader(
   stream : Stream,
   context : XmlContext
);

Parameters

stream
[To be supplied.]
context
[To be supplied.]

See Also

XmlTextReader Class | XmlTextReader Members | System.Xml Namespace | XmlTextReader Constructor Overload List