The members of Foundation.NSUrlProtectionSpace are listed below.
See Also: Inherited members from Foundation.NSObject
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] | AuthenticationMethod | string. The authentication method used by this protection space. |
| [read-only] static | AuthenticationMethodClientCertificate | NSString. Represents the value associated with the constant NSURLAuthenticationMethodClientCertificate |
| [read-only] static | AuthenticationMethodDefault | NSString. Represents the value associated with the constant NSURLAuthenticationMethodDefault |
| [read-only] static | AuthenticationMethodHTMLForm | NSString. Represents the value associated with the constant NSURLAuthenticationMethodHTMLForm |
| [read-only] static | AuthenticationMethodHTTPBasic | NSString. Represents the value associated with the constant NSURLAuthenticationMethodHTTPBasic |
| [read-only] static | AuthenticationMethodHTTPDigest | NSString. Represents the value associated with the constant NSURLAuthenticationMethodHTTPDigest |
| [read-only] static | AuthenticationMethodNegotiate | NSString. Represents the value associated with the constant NSURLAuthenticationMethodNegotiate |
| [read-only] static | AuthenticationMethodNTLM | NSString. Represents the value associated with the constant NSURLAuthenticationMethodNTLM |
| [read-only] static | AuthenticationMethodServerTrust | NSString. Represents the value associated with the constant NSURLAuthenticationMethodServerTrust |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | DistinguishedNames | NSData[]. An array of acceptable certificate-issuing authorities for client authentication. |
| [read-only] static | FTP | NSString. Represents the value associated with the constant NSURLProtectionSpaceFTP |
| [read-only] static | FTPProxy | NSString. Represents the value associated with the constant NSURLProtectionSpaceFTPProxy |
| [read-only] | Host | string. This object's host. |
| [read-only] static | HTTP | NSString. Represents the value associated with the constant NSURLProtectionSpaceHTTP |
| [read-only] static | HTTPProxy | NSString. Represents the value associated with the constant NSURLProtectionSpaceHTTPProxy |
| [read-only] static | HTTPS | NSString. Represents the value associated with the constant NSURLProtectionSpaceHTTPS |
| [read-only] static | HTTPSProxy | NSString. Represents the value associated with the constant NSURLProtectionSpaceHTTPSProxy |
| [read-only] | IsProxy | bool. Whether this object represents a proxy server. |
| [read-only] | Port | nint. This object's port. |
| [read-only] | Protocol | string. This object's protocol. |
| [read-only] | ProxyType | string. This object's proxy type. |
| [read-only] | Realm | string. This object's authentication realm. |
| [read-only] | ReceivesCredentialSecurely | bool. Whether credentials for the protection space can be sent securely. |
| [read-only] | ServerSecTrust | Security.SecTrust. Documentation for this section has not yet been entered. |
| [read-only] static | SOCKSProxy | NSString. Represents the value associated with the constant NSURLProtectionSpaceSOCKSProxy |