Keyoti SearchUnit API Docs
ReadLinks Method (stream, encoding)
API DocumentationKeyoti.SearchEngine.DocumentsParserReadLinks(Stream, Encoding)
Keyoti SearchUnit v6
Reads links to other pages.
Declaration Syntax
C#Visual Basic
[ObsoleteAttribute("Use Read method instead.", true)]
public ArrayList ReadLinks(
	Stream stream,
	Encoding encoding
)
<ObsoleteAttribute("Use Read method instead.", true)> 
Public Function ReadLinks ( 
	stream As Stream,
	encoding As Encoding
) As ArrayList
Parameters
stream (Stream)
Document as a stream
encoding (Encoding)
The character encoding used in the stream, typically this is obtained from the ContentType header from the server.
Return Value
ArrayList
List of strings with link Uris (note these maybe relative to current page).

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610