INSURLAuthenticationChallengeSender インターフェイス

定義

プロトコル NSURLAuthenticationChallengeSenderの必要なメソッド (存在する場合) を表すインターフェイス。

[Foundation.Protocol(Name="NSURLAuthenticationChallengeSender", WrapperType=typeof(Foundation.NSURLAuthenticationChallengeSenderWrapper))]
public interface INSURLAuthenticationChallengeSender : IDisposable, ObjCRuntime.INativeObject
type INSURLAuthenticationChallengeSender = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

注釈

このインターフェイスには、 で NSURLAuthenticationChallengeSender定義されているプロトコルから必要なメソッド (存在する場合) が含まれています。

開発者がこのインターフェイスを実装するクラスを作成する場合、実装メソッドは、プロトコルで定義されているメソッドの一致するシグネチャを使用して Objective-C に自動的に NSURLAuthenticationChallengeSender エクスポートされます。

省略可能なメソッド (ある場合) は、 インターフェイスの拡張メソッドとして クラスによって NSURLAuthenticationChallengeSender_Extensions 提供され、開発者はプロトコルで任意のメソッドを呼び出すことができます。

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

CancelAuthenticationChallenge(NSUrlAuthenticationChallenge)

プロトコル NSURLAuthenticationChallengeSenderの必要なメソッド (存在する場合) を表すインターフェイス。

ContinueWithoutCredential(NSUrlAuthenticationChallenge)

プロトコル NSURLAuthenticationChallengeSenderの必要なメソッド (存在する場合) を表すインターフェイス。

UseCredential(NSUrlCredential, NSUrlAuthenticationChallenge)

プロトコル NSURLAuthenticationChallengeSenderの必要なメソッド (存在する場合) を表すインターフェイス。

拡張メソッド

PerformDefaultHandling(INSURLAuthenticationChallengeSender, NSUrlAuthenticationChallenge)

プロトコル NSURLAuthenticationChallengeSenderの必要なメソッド (存在する場合) を表すインターフェイス。

RejectProtectionSpaceAndContinue(INSURLAuthenticationChallengeSender, NSUrlAuthenticationChallenge)

プロトコル NSURLAuthenticationChallengeSenderの必要なメソッド (存在する場合) を表すインターフェイス。

適用対象