DiscoveryDocument::Read Method (Stream^)

 

Reads and returns a DiscoveryDocument from the passed Stream.

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

public:
static DiscoveryDocument^ Read(
	Stream^ stream
)

Parameters

stream
Type: System.IO::Stream^

The Stream from which to read the DiscoveryDocument.

Return Value

Type: System.Web.Services.Discovery::DiscoveryDocument^

A DiscoveryDocument containing the contents of a discovery document from the passed Stream.

.NET Framework
Available since 1.1
Return to top
Show: