defaultCredentialForProtectionSpace_ method

NSURLCredential? defaultCredentialForProtectionSpace_(
  1. NSURLProtectionSpace space
)

Implementation

NSURLCredential? defaultCredentialForProtectionSpace_(
    NSURLProtectionSpace space) {
  final _ret = _lib._objc_msgSend_993(
      _id, _lib._sel_defaultCredentialForProtectionSpace_1, space._id);
  return _ret.address == 0
      ? null
      : NSURLCredential._(_ret, _lib, retain: true, release: true);
}