[−][src]Trait uikit_sys::PNSURLConnectionDelegate
Provided methods
unsafe fn connection_didFailWithError_(
self,
connection: NSURLConnection,
error: NSError
) where
Self::Target: Message + Sized,
self,
connection: NSURLConnection,
error: NSError
) where
Self::Target: Message + Sized,
unsafe fn connectionShouldUseCredentialStorage_(
self,
connection: NSURLConnection
) -> BOOL where
Self::Target: Message + Sized,
self,
connection: NSURLConnection
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn connection_willSendRequestForAuthenticationChallenge_(
self,
connection: NSURLConnection,
challenge: NSURLAuthenticationChallenge
) where
Self::Target: Message + Sized,
self,
connection: NSURLConnection,
challenge: NSURLAuthenticationChallenge
) where
Self::Target: Message + Sized,
unsafe fn connection_canAuthenticateAgainstProtectionSpace_(
self,
connection: NSURLConnection,
protectionSpace: NSURLProtectionSpace
) -> BOOL where
Self::Target: Message + Sized,
self,
connection: NSURLConnection,
protectionSpace: NSURLProtectionSpace
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn connection_didReceiveAuthenticationChallenge_(
self,
connection: NSURLConnection,
challenge: NSURLAuthenticationChallenge
) where
Self::Target: Message + Sized,
self,
connection: NSURLConnection,
challenge: NSURLAuthenticationChallenge
) where
Self::Target: Message + Sized,
unsafe fn connection_didCancelAuthenticationChallenge_(
self,
connection: NSURLConnection,
challenge: NSURLAuthenticationChallenge
) where
Self::Target: Message + Sized,
self,
connection: NSURLConnection,
challenge: NSURLAuthenticationChallenge
) where
Self::Target: Message + Sized,