ServiceDescription::Write Method
.NET Framework (current version)
Writes out the ServiceDescription as a Web Services Description Language (WSDL) file.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | Write(Stream^) | Writes out the ServiceDescription to the specified Stream. |
![]() | Write(String^) | Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the specified path. |
![]() | Write(TextWriter^) | Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the TextWriter. |
![]() | Write(XmlWriter^) | Writes out the ServiceDescription to the XmlWriter as a Web Services Description Language (WSDL) file. |
Show:
