System.Web.Services.Description.ServiceDescription: Method Members

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

Public Methods

static
CanRead(System.Xml.XmlReader) : bool

Gets a value that indicates whether an System.Xml.XmlReader represents a valid Web Services Description Language (WSDL) file that can be parsed.

static
Read(System.IO.Stream) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from a System.IO.Stream instance.

static
Read(System.IO.TextReader) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from a System.IO.TextReader.

static
Read(string) : ServiceDescription

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

static
Read(System.Xml.XmlReader) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from an System.Xml.XmlReader.

static
Read(System.IO.Stream, bool) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from a System.IO.Stream instance.

static
Read(System.IO.TextReader, bool) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from a System.IO.TextReader.

static
Read(string, bool) : ServiceDescription

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

static
Read(System.Xml.XmlReader, bool) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from an System.Xml.XmlReader.

Write(System.IO.Stream)

Writes out the System.Web.Services.Description.ServiceDescription to the specified System.IO.Stream.

Write(System.IO.TextWriter)

Writes out the System.Web.Services.Description.ServiceDescription as a Web Services Description Language (WSDL) file to the System.IO.TextWriter.

Write(string)

Writes out the System.Web.Services.Description.ServiceDescription as a Web Services Description Language (WSDL) file to the specified path.

Write(System.Xml.XmlWriter)

Writes out the System.Web.Services.Description.ServiceDescription to the System.Xml.XmlWriter as a Web Services Description Language (WSDL) file.