InputSource Constructor (Stream)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Generate a byte stream based entity input source.

Namespace: DeltaXML.CoreS9Api
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public InputSource(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
A byte stream containing XML
See Also