DiscoveryDocumentReference.WriteDocument Method (Object, Stream)

 

Writes the passed DiscoveryDocument into the passed Stream.

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

override WriteDocument : 
        document:Object *
        stream:Stream -> unit

Parameters

document
Type: System.Object

The DiscoveryDocument to write into stream.

stream
Type: System.IO.Stream

The Stream into which the serialized discovery document is written.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: