DynamicDiscoveryDocument.Write Method (Stream)

 

Serializes a DynamicDiscoveryDocument instance into an XML document specified as an output stream.

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

Public Sub Write (
	stream As Stream
)

Parameters

stream
Type: System.IO.Stream

A Stream object to which the XML dynamic discovery document is serialized.

.NET Framework
Available since 1.1
Return to top
Show: