[]
Represents a delegate that is called when a malformed URI is about to be saved.
public delegate Uri OnSaveInvalidUriHandler(Uri address)
address
System.UriA modified malformed URI address.
A valid URI created from the malformed address string.
public OnSaveInvalidUriHandler(object @object, IntPtr method)
object
objectmethod
System.IntPtrpublic virtual IAsyncResult BeginInvoke(Uri address, AsyncCallback callback, object @object)
address
System.Uricallback
System.AsyncCallbackobject
objectpublic virtual Uri EndInvoke(IAsyncResult result)
result
System.IAsyncResultpublic virtual Uri Invoke(Uri address)
address
System.Uri