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:
void Write(
	Stream^ 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: