For Babelfish Release 1.11.3.13

MatchHtmlReportIsValidUriAsync 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#
public virtual Task<bool> IsValidUriAsync()

Return Value

TaskBoolean

Remarks

This method is marked virtual, so the class can be overwritten for unit testing, without making acrual http calls.

See Also