This documentation is archived and is not being maintained.
ServiceDescription::Write Method
Visual Studio 2008
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.
| Name | Description | |
|---|---|---|
|
Write(Stream) | Writes out the ServiceDescription to the specified Stream. |
|
Write(TextWriter) | Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the TextWriter. |
|
Write(String) | Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the specified path. |
|
Write(XmlWriter) | Writes out the ServiceDescription to the XmlWriter as a Web Services Description Language (WSDL) file. |
Show: