[][src]Trait uikit_sys::INSURLAuthenticationChallenge

pub trait INSURLAuthenticationChallenge: Sized + Deref {
    unsafe fn initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender_(
        self,
        space: NSURLProtectionSpace,
        credential: NSURLCredential,
        previousFailureCount: NSInteger,
        response: NSURLResponse,
        error: NSError,
        sender: *mut u64
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithAuthenticationChallenge_sender_(
        self,
        challenge: NSURLAuthenticationChallenge,
        sender: *mut u64
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn protectionSpace(self) -> NSURLProtectionSpace
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn proposedCredential(self) -> NSURLCredential
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn previousFailureCount(self) -> NSInteger
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn failureResponse(self) -> NSURLResponse
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn error(self) -> NSError
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn sender(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender_(
    self,
    space: NSURLProtectionSpace,
    credential: NSURLCredential,
    previousFailureCount: NSInteger,
    response: NSURLResponse,
    error: NSError,
    sender: *mut u64
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithAuthenticationChallenge_sender_(
    self,
    challenge: NSURLAuthenticationChallenge,
    sender: *mut u64
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn protectionSpace(self) -> NSURLProtectionSpace where
    Self::Target: Message + Sized

unsafe fn proposedCredential(self) -> NSURLCredential where
    Self::Target: Message + Sized

unsafe fn previousFailureCount(self) -> NSInteger where
    Self::Target: Message + Sized

unsafe fn failureResponse(self) -> NSURLResponse where
    Self::Target: Message + Sized

unsafe fn error(self) -> NSError where
    Self::Target: Message + Sized

unsafe fn sender(self) -> *mut u64 where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSURLAuthenticationChallenge for NSURLAuthenticationChallenge[src]

Loading content...