Reads links to other pages.

C# | Visual Basic | Visual C++ |
[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(L"Use Read method instead.", true)] public: ArrayList^ ReadLinks( Stream^ stream, Encoding^ encoding )

- 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.

List of strings with link Uris (note these maybe relative to current page).