ServiceDescription.Read Method
.NET Framework 2.0
Initializes an instance of the ServiceDescription class by directly loading the XML.
| Name | Description |
|---|---|
| ServiceDescription.Read (Stream) |
Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance.
|
| ServiceDescription.Read (String) |
Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file.
|
| ServiceDescription.Read (TextReader) |
Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader.
|
| ServiceDescription.Read (XmlReader) |
Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader.
|
| ServiceDescription.Read (Stream, Boolean) |
Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance.
|
| ServiceDescription.Read (String, Boolean) |
Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file.
|
| ServiceDescription.Read (TextReader, Boolean) |
Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader.
|
| ServiceDescription.Read (XmlReader, Boolean) |
Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader.
|
Community Additions
ADD
Show: