ServiceDescription.Write Method (TextWriter)

 

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

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

Public Sub Write (
	writer As TextWriter
)

Parameters

writer
Type: System.IO.TextWriter

A TextWriter that contains the WSDL file produced.

.NET Framework
Available since 1.1
Return to top
Show: