'Declaration Public Function New( _
ByVal sourceStreamThe source stream.As System.IO.Stream, _
ByVal closeSourceStreamAfterUseA value indicating whether the sourceStream must be closed after use.As Boolean _
)
public HtmlDocumentSource(
System.IO.Stream sourceStream,
bool closeSourceStreamAfterUse
)
public: HtmlDocumentSource(
System.IO.Stream* sourceStream,
bool closeSourceStreamAfterUse
)
public:
HtmlDocumentSource(
System.IO.Stream^ sourceStream,
bool closeSourceStreamAfterUse
)
Parameters
- sourceStream
- The source stream.
- closeSourceStreamAfterUse
- A value indicating whether the sourceStream must be closed after use.