Declaration Syntax
Public Overridable Function GetLinks( _
ByVal processingState As ProcessingState, _
ByVal reader As TextReader _
) As IEnumerable`1
public virtual IEnumerable`1<Uri> GetLinks(
ProcessingState processingState,
TextReader reader
);
public: virtual IEnumerable`1 GetLinks(
ProcessingState processingState,
TextReader reader
);
public function GetLinks(
processingState : ProcessingState,
reader : TextReader
) : IEnumerable`1;
Parameters
- processingState
- The details of the current request.
- reader
- The reader containing the body of the request.
Return Value
An enumeration of System.Uris found in the body of the web response.Requirements
Namespace: Eas.WebCrawler.PlugIns.LinkExtractorsAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)