Share via


INSURLAuthenticationChallengeSender Interface

Definição

Interface que representa os métodos necessários (se houver) do protocolo NSURLAuthenticationChallengeSender.

[Foundation.Protocol(Name="NSURLAuthenticationChallengeSender", WrapperType=typeof(Foundation.NSURLAuthenticationChallengeSenderWrapper))]
public interface INSURLAuthenticationChallengeSender : IDisposable, ObjCRuntime.INativeObject
type INSURLAuthenticationChallengeSender = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementações

Comentários

Essa interface contém os métodos necessários (se houver) do protocolo definido por NSURLAuthenticationChallengeSender.

Se os desenvolvedores criarem classes que implementam essa interface, os métodos de implementação serão exportados automaticamente para Objective-C com a assinatura correspondente do método definido no NSURLAuthenticationChallengeSender protocolo.

Métodos opcionais (se houver) são fornecidos pela NSURLAuthenticationChallengeSender_Extensions classe como métodos de extensão para a interface, permitindo que os desenvolvedores invoquem quaisquer métodos opcionais no protocolo.

Propriedades

Handle

Manipule (ponteiro) para a representação de objeto não gerenciado.

(Herdado de INativeObject)

Métodos

CancelAuthenticationChallenge(NSUrlAuthenticationChallenge)

Interface que representa os métodos necessários (se houver) do protocolo NSURLAuthenticationChallengeSender.

ContinueWithoutCredential(NSUrlAuthenticationChallenge)

Interface que representa os métodos necessários (se houver) do protocolo NSURLAuthenticationChallengeSender.

UseCredential(NSUrlCredential, NSUrlAuthenticationChallenge)

Interface que representa os métodos necessários (se houver) do protocolo NSURLAuthenticationChallengeSender.

Métodos de Extensão

PerformDefaultHandling(INSURLAuthenticationChallengeSender, NSUrlAuthenticationChallenge)

Interface que representa os métodos necessários (se houver) do protocolo NSURLAuthenticationChallengeSender.

RejectProtectionSpaceAndContinue(INSURLAuthenticationChallengeSender, NSUrlAuthenticationChallenge)

Interface que representa os métodos necessários (se houver) do protocolo NSURLAuthenticationChallengeSender.

Aplica-se a