DiscoveryReference::WriteDocument Method (Object^, Stream^)

 

When overridden in a derived class, writes the document to a Stream.

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

public:
virtual void WriteDocument(
	Object^ document,
	Stream^ stream
) abstract

Parameters

document
Type: System::Object^

The document to write into a Stream.

stream
Type: System.IO::Stream^

The Stream into which the document is written.

DiscoveryReference#1

.NET Framework
Available since 1.1
Return to top
Show: