IWebResourceLoadDelegate Interfaccia

Definizione

[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
Derivato
Attributi
Implementazioni

Proprietà

Handle

Handle (puntatore) alla rappresentazione dell'oggetto non gestito.

(Ereditato da INativeObject)

Metodi di estensione

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)

Si applica a