Freigeben über


NSUrlCredentialStorage.GetDefaultCredentialAsync Methode

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Foundation.NSUrlCredential> GetDefaultCredentialAsync (Foundation.NSUrlProtectionSpace space, Foundation.NSUrlSessionTask task);
abstract member GetDefaultCredentialAsync : Foundation.NSUrlProtectionSpace * Foundation.NSUrlSessionTask -> System.Threading.Tasks.Task<Foundation.NSUrlCredential>
override this.GetDefaultCredentialAsync : Foundation.NSUrlProtectionSpace * Foundation.NSUrlSessionTask -> System.Threading.Tasks.Task<Foundation.NSUrlCredential>

Parameter

Gibt zurück

Eine Aufgabe, die den asynchronen GetDefaultCredential-Vorgang darstellt. Der Wert des TResult-Parameters ist vom Typ System.Action<Foundation.NSUrlCredential>.

Attribute

Hinweise

Die GetDefaultCredentialAsync-Methode eignet sich für die Verwendung mit C#-Async, indem die Steuerung an den Aufrufer mit einem Task zurückgegeben wird, der den Vorgang darstellt.

Muss hinzugefügt werden.

Gilt für: