This documentation is archived and is not being maintained.

ServiceDescription::Write Method

Writes out the ServiceDescription as a Web Services Description Language (WSDL) file.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Write(Stream) Writes out the ServiceDescription to the specified Stream.
Public method Write(String) Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the specified path.
Public method Write(TextWriter) Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the TextWriter.
Public method Write(XmlWriter) Writes out the ServiceDescription to the XmlWriter as a Web Services Description Language (WSDL) file.
Top
Show: