Share via


NSUrlConnectionDelegate.ConnectionShouldUseCredentialStorage Method

Definition

[Foundation.Export("connectionShouldUseCredentialStorage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ConnectionShouldUseCredentialStorage(Foundation.NSUrlConnection connection);
[<Foundation.Export("connectionShouldUseCredentialStorage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ConnectionShouldUseCredentialStorage : Foundation.NSUrlConnection -> bool
override this.ConnectionShouldUseCredentialStorage : Foundation.NSUrlConnection -> bool

Parameters

connection
NSUrlConnection

Returns

Implements

Attributes

Applies to