The methods of System.Web.Services.Description.ServiceDescription are listed below. For a list of all members, see the ServiceDescription Members list.
See Also: Inherited members from System.Web.Services.Description.NamedItem
Gets a value that indicates whether an System.Xml.XmlReader represents a valid Web Services Description Language (WSDL) file that can be parsed.
Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from a System.IO.Stream instance.
Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from a System.IO.TextReader.
Initializes an instance of a System.Web.Services.Description.ServiceDescription object by directly loading the XML from the specified file.
Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from an System.Xml.XmlReader.
Writes out the System.Web.Services.Description.ServiceDescription to the specified System.IO.Stream.
Writes out the System.Web.Services.Description.ServiceDescription as a Web Services Description Language (WSDL) file to the System.IO.TextWriter.
Writes out the System.Web.Services.Description.ServiceDescription as a Web Services Description Language (WSDL) file to the specified path.
Writes out the System.Web.Services.Description.ServiceDescription to the System.Xml.XmlWriter as a Web Services Description Language (WSDL) file.