NSUrlProtectionSpace Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("NSURLProtectionSpace", true)]
public class NSUrlProtectionSpace : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("NSURLProtectionSpace", true)>]
type NSUrlProtectionSpace = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NSUrlProtectionSpace(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSUrlProtectionSpace(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| NSUrlProtectionSpace(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| NSUrlProtectionSpace(String, Int32, String, String, String, Boolean) |
Create a new NSUrlProtectionSpace instance. |
| NSUrlProtectionSpace(String, Int32, String, String, String) |
Create a new NSUrlProtectionSpace instance. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AuthenticationMethod | |
| AuthenticationMethodClientCertificate |
Represents the value associated with the constant NSURLAuthenticationMethodClientCertificate |
| AuthenticationMethodDefault |
Represents the value associated with the constant NSURLAuthenticationMethodDefault |
| AuthenticationMethodHTMLForm |
Represents the value associated with the constant NSURLAuthenticationMethodHTMLForm |
| AuthenticationMethodHTTPBasic |
Represents the value associated with the constant NSURLAuthenticationMethodHTTPBasic |
| AuthenticationMethodHTTPDigest |
Represents the value associated with the constant NSURLAuthenticationMethodHTTPDigest |
| AuthenticationMethodNegotiate |
Represents the value associated with the constant NSURLAuthenticationMethodNegotiate |
| AuthenticationMethodNTLM |
Represents the value associated with the constant NSURLAuthenticationMethodNTLM |
| AuthenticationMethodServerTrust |
Represents the value associated with the constant NSURLAuthenticationMethodServerTrust |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DistinguishedNames | |
| ExposedBindings | (Inherited from NSObject) |
| FTP |
Represents the value associated with the constant NSURLProtectionSpaceFTP |
| FTPProxy |
Represents the value associated with the constant NSURLProtectionSpaceFTPProxy |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Host | |
| HTTP |
Represents the value associated with the constant NSURLProtectionSpaceHTTP |
| HTTPProxy |
Represents the value associated with the constant NSURLProtectionSpaceHTTPProxy |
| HTTPS |
Represents the value associated with the constant NSURLProtectionSpaceHTTPS |
| HTTPSProxy |
Represents the value associated with the constant NSURLProtectionSpaceHTTPSProxy |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | |
| Port | |
| Protocol | |
| ProxyType | |
| Realm | |
| ReceivesCredentialSecurely | |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| ServerSecTrust | |
| SOCKSProxy |
Represents the value associated with the constant NSURLProtectionSpaceSOCKSProxy |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |