xamarinios
namespace Foundation
{
[Protocol(Name = "NSURLAuthenticationChallengeSender", WrapperType = typeof(NSURLAuthenticationChallengeSenderWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "UseCredential", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSUrlCredential), typeof(NSUrlAuthenticationChallenge) }, Selector = "useCredential:forAuthenticationChallenge:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ContinueWithoutCredential", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSUrlAuthenticationChallenge) }, Selector = "continueWithoutCredentialForAuthenticationChallenge:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CancelAuthenticationChallenge", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSUrlAuthenticationChallenge) }, Selector = "cancelAuthenticationChallenge:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PerformDefaultHandling", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSUrlAuthenticationChallenge) }, Selector = "performDefaultHandlingForAuthenticationChallenge:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RejectProtectionSpaceAndContinue", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSUrlAuthenticationChallenge) }, Selector = "rejectProtectionSpaceAndContinueWithChallenge:")]
public interface INSURLAuthenticationChallengeSender : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("cancelAuthenticationChallenge:")]
[Preserve(Conditional = true)]
void CancelAuthenticationChallenge(NSUrlAuthenticationChallenge! challenge);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |