DiscoveryDocument.Write Method (Stream)

 

Writes this DiscoveryDocument into the passed Stream.

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

member Write : 
        stream:Stream -> unit

Parameters

stream
Type: System.IO.Stream

The Stream into which this DiscoveryDocument is written.

The following code example writes a discovery document out to a file named log.txt using the Write method.

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

.NET Framework
Available since 1.1
Return to top
Show: