Freigeben über


NSHttpCookieStorage.GetCookiesForTaskAsync(NSUrlSessionTask) Methode

Definition

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

Parameter

Gibt zurück

Eine Aufgabe, die den asynchronen GetCookiesForTask-Vorgang darstellt. Der Wert des TResult-Parameters ist vom Typ System.Action<Foundation.NSHttpCookie[]>.

Attribute

Hinweise

Die GetCookiesForTaskAsync-Methode eignet sich für die Verwendung mit C#-Async, indem das Steuerelement an den Aufrufer zurückgegeben wird, wobei ein Task den Vorgang darstellt.

Muss hinzugefügt werden.

Gilt für: