Foundation.NSUrlProtectionSpace Members

The members of Foundation.NSUrlProtectionSpace are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

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.

Protected Constructors

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.

Public Properties

[read-only]
AuthenticationMethodstring. The authentication method used by this protection space.
[read-only]
static
AuthenticationMethodClientCertificateNSString. Represents the value associated with the constant NSURLAuthenticationMethodClientCertificate
[read-only]
static
AuthenticationMethodDefaultNSString. Represents the value associated with the constant NSURLAuthenticationMethodDefault
[read-only]
static
AuthenticationMethodHTMLFormNSString. Represents the value associated with the constant NSURLAuthenticationMethodHTMLForm
[read-only]
static
AuthenticationMethodHTTPBasicNSString. Represents the value associated with the constant NSURLAuthenticationMethodHTTPBasic
[read-only]
static
AuthenticationMethodHTTPDigestNSString. Represents the value associated with the constant NSURLAuthenticationMethodHTTPDigest
[read-only]
static
AuthenticationMethodNegotiateNSString. Represents the value associated with the constant NSURLAuthenticationMethodNegotiate
[read-only]
static
AuthenticationMethodNTLMNSString. Represents the value associated with the constant NSURLAuthenticationMethodNTLM
[read-only]
static
AuthenticationMethodServerTrustNSString. Represents the value associated with the constant NSURLAuthenticationMethodServerTrust
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
DistinguishedNamesNSData[]. An array of acceptable certificate-issuing authorities for client authentication.
[read-only]
static
FTPNSString. Represents the value associated with the constant NSURLProtectionSpaceFTP
[read-only]
static
FTPProxyNSString. Represents the value associated with the constant NSURLProtectionSpaceFTPProxy
[read-only]
Hoststring. This object's host.
[read-only]
static
HTTPNSString. Represents the value associated with the constant NSURLProtectionSpaceHTTP
[read-only]
static
HTTPProxyNSString. Represents the value associated with the constant NSURLProtectionSpaceHTTPProxy
[read-only]
static
HTTPSNSString. Represents the value associated with the constant NSURLProtectionSpaceHTTPS
[read-only]
static
HTTPSProxyNSString. Represents the value associated with the constant NSURLProtectionSpaceHTTPSProxy
[read-only]
IsProxybool. Whether this object represents a proxy server.
[read-only]
Portnint. This object's port.
[read-only]
Protocolstring. This object's protocol.
[read-only]
ProxyTypestring. This object's proxy type.
[read-only]
Realmstring. This object's authentication realm.
[read-only]
ReceivesCredentialSecurelybool. Whether credentials for the protection space can be sent securely.
[read-only]
ServerSecTrustSecurity.SecTrust. Documentation for this section has not yet been entered.
[read-only]
static
SOCKSProxyNSString. Represents the value associated with the constant NSURLProtectionSpaceSOCKSProxy

Public Methods

Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
EncodeTo(NSCoder)
Encodes the state of the object on the provided encoder

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSUrlProtectionSpace object.