This documentation is archived and is not being maintained.
ServiceDescription::Read Method
Visual Studio 2008
Initializes an instance of the ServiceDescription class by directly loading the XML.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Read(Stream) | Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance. |
|
Read(TextReader) | Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader. |
|
Read(String) | Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file. |
|
Read(XmlReader) | Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader. |
|
Read(Stream, Boolean) | Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance. |
|
Read(TextReader, Boolean) | Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader. |
|
Read(String, Boolean) | Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file. |
|
Read(XmlReader, Boolean) | Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader. |
Show: