Declaration Syntax
Public Sub New( _
ByVal trueFactory As TemporaryStorageFactory, _
ByVal falseFactory As TemporaryStorageFactory _
)
public IsTextResponseConditionalFactory(
TemporaryStorageFactory trueFactory,
TemporaryStorageFactory falseFactory
);
public: IsTextResponseConditionalFactory(
TemporaryStorageFactory trueFactory,
TemporaryStorageFactory falseFactory
);
public function IsTextResponseConditionalFactory(
trueFactory : TemporaryStorageFactory,
falseFactory : TemporaryStorageFactory
);
Parameters
- trueFactory
- The factory to use for text responses.
- falseFactory
- The factory to use for binary responses.
Requirements
Namespace: Eas.WebCrawler.PlugIns.TemporaryStorageAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)