xamarinmac
namespace WebKit
{
    [Deprecated(PlatformName.MacOSX, 10, 14, PlatformArchitecture.None, "No longer supported.")]
    [Protocol(FormalSince = "10.11", Name = "WebResourceLoadDelegate", WrapperType = typeof(WebResourceLoadDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnReceivedAuthenticationChallenge", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSObject), typeof(NSUrlAuthenticationChallenge), typeof(WebDataSource) }, Selector = "webView:resource:didReceiveAuthenticationChallenge:fromDataSource:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnCancelledAuthenticationChallenge", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSObject), typeof(NSUrlAuthenticationChallenge), typeof(WebDataSource) }, Selector = "webView:resource:didCancelAuthenticationChallenge:fromDataSource:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnReceivedResponse", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSObject), typeof(NSUrlResponse), typeof(WebDataSource) }, Selector = "webView:resource:didReceiveResponse:fromDataSource:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnReceivedContentLength", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSObject), typeof(nint), typeof(WebDataSource) }, Selector = "webView:resource:didReceiveContentLength:fromDataSource:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnFinishedLoading", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSObject), typeof(WebDataSource) }, Selector = "webView:resource:didFinishLoadingFromDataSource:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnFailedLoading", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSObject), typeof(NSError), typeof(WebDataSource) }, Selector = "webView:resource:didFailLoadingWithError:fromDataSource:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnPlugInFailed", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSError), typeof(WebDataSource) }, Selector = "webView:plugInFailedWithError:dataSource:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnIdentifierForInitialRequest", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSUrlRequest), typeof(WebDataSource) }, ReturnType = typeof(NSObject), Selector = "webView:identifierForInitialRequest:fromDataSource:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnSendRequest", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSObject), typeof(NSUrlRequest), typeof(NSUrlResponse), typeof(WebDataSource) }, ReturnType = typeof(NSUrlRequest), Selector = "webView:resource:willSendRequest:redirectResponse:fromDataSource:")]
    public interface IWebResourceLoadDelegate : INativeObject, IDisposable
}
.NET
6.07.08.09.0
Information specific to xamarinmac
Assembly

Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API