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 MustOverride Sub WriteDocument (
	document As Object,
	stream As Stream
)

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: