C# 클래스 NCrawler.Toxy.ToxyTextExtractorProcessorPipelineStep

상속: IPipelineStep
파일 보기 프로젝트 열기: esbencarlsen/NCrawler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MimeTypeExtensionMapping string>.Dictionary

공개 메소드들

메소드 설명
Process ( ICrawler crawler, PropertyBag propertyBag ) : Task
ToxyTextExtractorProcessorPipelineStep ( int maxDegreeOfParallelism ) : System.Collections.Generic

보호된 메소드들

메소드 설명
MapContentTypeToExtension ( string mimeType ) : string

메소드 상세

MapContentTypeToExtension() 보호된 메소드

protected MapContentTypeToExtension ( string mimeType ) : string
mimeType string
리턴 string

Process() 공개 메소드

public Process ( ICrawler crawler, PropertyBag propertyBag ) : Task
crawler ICrawler
propertyBag PropertyBag
리턴 Task

ToxyTextExtractorProcessorPipelineStep() 공개 메소드

public ToxyTextExtractorProcessorPipelineStep ( int maxDegreeOfParallelism ) : System.Collections.Generic
maxDegreeOfParallelism int
리턴 System.Collections.Generic

프로퍼티 상세

MimeTypeExtensionMapping 공개적으로 프로퍼티

public Dictionary MimeTypeExtensionMapping
리턴 string>.Dictionary