IWebResourceLoadDelegate Interface

Definition

[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
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

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)

Applies to