Compartir a través de


NSUrlCredentialStorage.GetCredentials Método

Definición

Sobrecargas

GetCredentials(NSUrlProtectionSpace)
GetCredentials(NSUrlProtectionSpace, NSUrlSessionTask, Action<NSDictionary>)

GetCredentials(NSUrlProtectionSpace)

[Foundation.Export("credentialsForProtectionSpace:")]
public virtual Foundation.NSDictionary GetCredentials (Foundation.NSUrlProtectionSpace forProtectionSpace);
abstract member GetCredentials : Foundation.NSUrlProtectionSpace -> Foundation.NSDictionary
override this.GetCredentials : Foundation.NSUrlProtectionSpace -> Foundation.NSDictionary

Parámetros

forProtectionSpace
NSUrlProtectionSpace

Devoluciones

Atributos

Se aplica a

GetCredentials(NSUrlProtectionSpace, NSUrlSessionTask, Action<NSDictionary>)

[Foundation.Export("getCredentialsForProtectionSpace:task:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void GetCredentials (Foundation.NSUrlProtectionSpace protectionSpace, Foundation.NSUrlSessionTask task, Action<Foundation.NSDictionary> completionHandler);
abstract member GetCredentials : Foundation.NSUrlProtectionSpace * Foundation.NSUrlSessionTask * Action<Foundation.NSDictionary> -> unit
override this.GetCredentials : Foundation.NSUrlProtectionSpace * Foundation.NSUrlSessionTask * Action<Foundation.NSDictionary> -> unit

Parámetros

protectionSpace
NSUrlProtectionSpace
completionHandler
Action<NSDictionary>

Se agregará.

Este parámetro puede ser null.

Atributos

Se aplica a