ServiceDescription::Read Method

 

Initializes an instance of the ServiceDescription class by directly loading the XML.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRead(Stream^)

Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance.

System_CAPS_pubmethodSystem_CAPS_staticRead(Stream^, Boolean)

Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance.

System_CAPS_pubmethodSystem_CAPS_staticRead(String^)

Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file.

System_CAPS_pubmethodSystem_CAPS_staticRead(String^, Boolean)

Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file.

System_CAPS_pubmethodSystem_CAPS_staticRead(TextReader^)

Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader.

System_CAPS_pubmethodSystem_CAPS_staticRead(TextReader^, Boolean)

Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader.

System_CAPS_pubmethodSystem_CAPS_staticRead(XmlReader^)

Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader.

System_CAPS_pubmethodSystem_CAPS_staticRead(XmlReader^, Boolean)

Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader.

Return to top
Show: