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!

XmlReader Constructor (Stream)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal input As Stream _
)
[C#]
public XmlReader(
   Stream input
);
[C++]
public: XmlReader(
   Stream* input
);
[JScript]
public function XmlReader(
   input : Stream
);

Parameters

input
[To be supplied.]

See Also

XmlReader Class | XmlReader Members | System.Data.XML Namespace | XmlReader Constructor Overload List