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
redirectionUrlstringRedirection 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
redirectionUrlstringcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Returns
Invoke(string)
public virtual bool Invoke(string redirectionUrl)
Parameters
redirectionUrlstring