Babelfish Help Documentation
C#
For Babelfish Release 1.11.3.13
Show/Hide TOC
Match
Html
Report
Is
Valid
Uri
Async Method
Returns true if the URI responds with HTTP 200. Result is cached for 10 minutes.
Definition
Namespace:
Scopos.BabelFish.DataModel.OrionMatch
Assembly:
BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
Copy
public
virtual
Task
<
bool
>
IsValidUriAsync
()
Return Value
Task
Boolean
Remarks
This method is marked virtual, so the class can be overwritten for unit testing, without making acrual http calls.
See Also
Reference
MatchHtmlReport Class
Scopos.BabelFish.DataModel.OrionMatch Namespace
In This Article
Definition
Remarks
See Also