Partager via


IWebResourceLoadDelegate Interface

Définition

[Foundation.Protocol(FormalSince="10.11", Name="WebResourceLoadDelegate", WrapperType=typeof(WebKit.WebResourceLoadDelegateWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "No longer supported.")]
public interface IWebResourceLoadDelegate : IDisposable, ObjCRuntime.INativeObject
type IWebResourceLoadDelegate = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes d’extension

OnCancelledAuthenticationChallenge(IWebResourceLoadDelegate, WebView, NSObject, NSUrlAuthenticationChallenge, WebDataSource)
OnFailedLoading(IWebResourceLoadDelegate, WebView, NSObject, NSError, WebDataSource)
OnFinishedLoading(IWebResourceLoadDelegate, WebView, NSObject, WebDataSource)
OnIdentifierForInitialRequest(IWebResourceLoadDelegate, WebView, NSUrlRequest, WebDataSource)
OnPlugInFailed(IWebResourceLoadDelegate, WebView, NSError, WebDataSource)
OnReceivedAuthenticationChallenge(IWebResourceLoadDelegate, WebView, NSObject, NSUrlAuthenticationChallenge, WebDataSource)
OnReceivedContentLength(IWebResourceLoadDelegate, WebView, NSObject, nint, WebDataSource)
OnReceivedResponse(IWebResourceLoadDelegate, WebView, NSObject, NSUrlResponse, WebDataSource)
OnSendRequest(IWebResourceLoadDelegate, WebView, NSObject, NSUrlRequest, NSUrlResponse, WebDataSource)

S’applique à