ServiceDescription.Write Method
.NET Framework 2.0
Writes out the ServiceDescription as a Web Services Description Language (WSDL) file.
| Name | Description |
|---|---|
| ServiceDescription.Write (Stream) |
Writes out the ServiceDescription to the specified Stream.
|
| ServiceDescription.Write (String) |
Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the specified path.
|
| ServiceDescription.Write (TextWriter) |
Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the TextWriter.
|
| ServiceDescription.Write (XmlWriter) |
Writes out the ServiceDescription to the XmlWriter as a Web Services Description Language (WSDL) file.
|
Community Additions
ADD
Show: