Delegate AutodiscoverRedirectionUrlValidationCallback
- Namespace
- Microsoft.Exchange.WebServices.Autodiscover
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines a delegate that is used by the AutodiscoverService to ask whether a redirectionUrl can be used.
public delegate bool AutodiscoverRedirectionUrlValidationCallback(string redirectionUrl)
Parameters
redirectionUrl
stringRedirection URL that Autodiscover wants to use.
Returns
- bool
Delegate returns true if Autodiscover is allowed to use this URL.
Constructors
AutodiscoverRedirectionUrlValidationCallback(object, nint)
public AutodiscoverRedirectionUrlValidationCallback(object @object, nint method)
Parameters
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string redirectionUrl, AsyncCallback callback, object @object)
Parameters
redirectionUrl
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
Invoke(string)
public virtual bool Invoke(string redirectionUrl)
Parameters
redirectionUrl
string