[][src]Trait uikit_sys::INSURLProtectionSpace

pub trait INSURLProtectionSpace: Sized + Deref {
    unsafe fn initWithHost_port_protocol_realm_authenticationMethod_(
        self,
        host: NSString,
        port: NSInteger,
        protocol: NSString,
        realm: NSString,
        authenticationMethod: NSString
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithProxyHost_port_type_realm_authenticationMethod_(
        self,
        host: NSString,
        port: NSInteger,
        type_: NSString,
        realm: NSString,
        authenticationMethod: NSString
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn realm(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn receivesCredentialSecurely(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isProxy(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn host(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn port(self) -> NSInteger
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn proxyType(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn protocol(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn authenticationMethod(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithHost_port_protocol_realm_authenticationMethod_(
    self,
    host: NSString,
    port: NSInteger,
    protocol: NSString,
    realm: NSString,
    authenticationMethod: NSString
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithProxyHost_port_type_realm_authenticationMethod_(
    self,
    host: NSString,
    port: NSInteger,
    type_: NSString,
    realm: NSString,
    authenticationMethod: NSString
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn realm(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn receivesCredentialSecurely(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn isProxy(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn host(self) -> NSString where
    Self::Target: Message + Sized

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

unsafe fn proxyType(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn protocol(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn authenticationMethod(self) -> NSString where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSURLProtectionSpace for NSURLProtectionSpace[src]

Loading content...