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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[ObsoleteAttribute("Use Read method instead.", true)]
public ArrayList ReadLinks(
	Stream stream,
	Encoding encoding
)
[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
<ObsoleteAttribute("Use Read method instead.", true)> 
Public Function ReadLinks ( 
	stream As Stream,
	encoding As Encoding
) As ArrayList
public:
[ObsoleteAttribute(L"Use Read method instead.", true)]
ArrayList^ ReadLinks(
	Stream^ stream, 
	Encoding^ encoding
)
public:
[ObsoleteAttribute(L"Use Read method instead.", true)]
ArrayList^ ReadLinks(
	Stream^ stream, 
	Encoding^ encoding
)
[<ObsoleteAttribute("Use Read method instead.", true)>]
member ReadLinks : 
        stream : Stream * 
        encoding : Encoding -> ArrayList 
[<ObsoleteAttribute("Use Read method instead.", true)>]
member ReadLinks : 
        stream : Stream * 
        encoding : Encoding -> 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: 2015.6.15.120