ServiceDescription::Read Method
Initializes an instance of the ServiceDescription class by directly loading the XML.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Read(Stream^) | Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance. |
![]() ![]() | Read(Stream^, Boolean) | Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance. |
![]() ![]() | Read(String^) | Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file. |
![]() ![]() | Read(String^, Boolean) | Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file. |
![]() ![]() | Read(TextReader^) | Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader. |
![]() ![]() | Read(TextReader^, Boolean) | Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader. |
![]() ![]() | Read(XmlReader^) | Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader. |
![]() ![]() | Read(XmlReader^, Boolean) | Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader. |

