For Babelfish Release 1.12.3.10

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.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
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