[][src]Trait uikit_sys::NSURLCredentialStorage_NSURLSessionTaskAdditions

pub trait NSURLCredentialStorage_NSURLSessionTaskAdditions: Sized + Deref {
    unsafe fn getCredentialsForProtectionSpace_task_completionHandler_(
        self,
        protectionSpace: NSURLProtectionSpace,
        task: NSURLSessionTask,
        completionHandler: _bindgen_ty_id_151397
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setCredential_forProtectionSpace_task_(
        self,
        credential: NSURLCredential,
        protectionSpace: NSURLProtectionSpace,
        task: NSURLSessionTask
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeCredential_forProtectionSpace_options_task_(
        self,
        credential: NSURLCredential,
        protectionSpace: NSURLProtectionSpace,
        options: NSDictionary,
        task: NSURLSessionTask
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn getDefaultCredentialForProtectionSpace_task_completionHandler_(
        self,
        space: NSURLProtectionSpace,
        task: NSURLSessionTask,
        completionHandler: _bindgen_ty_id_151421
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setDefaultCredential_forProtectionSpace_task_(
        self,
        credential: NSURLCredential,
        protectionSpace: NSURLProtectionSpace,
        task: NSURLSessionTask
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn getCredentialsForProtectionSpace_task_completionHandler_(
    self,
    protectionSpace: NSURLProtectionSpace,
    task: NSURLSessionTask,
    completionHandler: _bindgen_ty_id_151397
) where
    Self::Target: Message + Sized

unsafe fn setCredential_forProtectionSpace_task_(
    self,
    credential: NSURLCredential,
    protectionSpace: NSURLProtectionSpace,
    task: NSURLSessionTask
) where
    Self::Target: Message + Sized

unsafe fn removeCredential_forProtectionSpace_options_task_(
    self,
    credential: NSURLCredential,
    protectionSpace: NSURLProtectionSpace,
    options: NSDictionary,
    task: NSURLSessionTask
) where
    Self::Target: Message + Sized

unsafe fn getDefaultCredentialForProtectionSpace_task_completionHandler_(
    self,
    space: NSURLProtectionSpace,
    task: NSURLSessionTask,
    completionHandler: _bindgen_ty_id_151421
) where
    Self::Target: Message + Sized

unsafe fn setDefaultCredential_forProtectionSpace_task_(
    self,
    credential: NSURLCredential,
    protectionSpace: NSURLProtectionSpace,
    task: NSURLSessionTask
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSURLCredentialStorage_NSURLSessionTaskAdditions for NSURLCredentialStorage[src]

Loading content...