Delegate AutodiscoverRedirectionUrlValidationCallback

AutodiscoverRedirectionUrlValidationCallback delegate

Defines a delegate that is used by the AutodiscoverService to ask whether a redirectionUrl can be used.

public delegate bool AutodiscoverRedirectionUrlValidationCallback(string redirectionUrl);
ParameterTypeDescription
redirectionUrlStringRedirection URL that Autodiscover wants to use.

Return Value

Delegate returns true if Autodiscover is allowed to use this URL.

See Also