Share via


INSUrlProtocolClient.ReceivedAuthenticationChallenge Method

Definition

[Foundation.Export("URLProtocol:didReceiveAuthenticationChallenge:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReceivedAuthenticationChallenge(Foundation.NSUrlProtocol protocol, Foundation.NSUrlAuthenticationChallenge challenge);
[<Foundation.Export("URLProtocol:didReceiveAuthenticationChallenge:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReceivedAuthenticationChallenge : Foundation.NSUrlProtocol * Foundation.NSUrlAuthenticationChallenge -> unit
override this.ReceivedAuthenticationChallenge : Foundation.NSUrlProtocol * Foundation.NSUrlAuthenticationChallenge -> unit

Parameters

protocol
NSUrlProtocol
Attributes

Applies to