[−][src]Trait uikit_sys::NSURLCredentialStorage_NSURLSessionTaskAdditions
Provided methods
unsafe fn getCredentialsForProtectionSpace_task_completionHandler_(
self,
protectionSpace: NSURLProtectionSpace,
task: NSURLSessionTask,
completionHandler: _bindgen_ty_id_151397
) where
Self::Target: Message + Sized,
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,
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,
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,
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,
self,
credential: NSURLCredential,
protectionSpace: NSURLProtectionSpace,
task: NSURLSessionTask
) where
Self::Target: Message + Sized,