Foundation.NSUrlProtocol Members

The members of Foundation.NSUrlProtocol are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
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]
CachedResponseNSCachedUrlResponse. This object's cached response.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ClientINSUrlProtocolClient. Documentation for this section has not yet been entered.
[read-only]
RequestNSUrlRequest. This object's request.

Public Methods

static
CanInitWithRequest(NSUrlRequest) : bool
Whether this object can handle the specified request.
static
GetCanonicalRequest(NSUrlRequest) : NSUrlRequest
A canonical version of the specified request.
static
GetProperty(string, NSUrlRequest) : NSObject
The property for the specified key in the specified request.
static
IsRequestCacheEquivalent(NSUrlRequest, NSUrlRequest) : bool
Whether two requests are equivalent for cache purposes.
static
RegisterClass(ObjCRuntime.Class) : bool
Attempts to register a subtype of NSUrlProtocol with the URL loading system. Returns true if successful.
static
RemoveProperty(string, NSMutableUrlRequest)
Removes the specified property in the specified request.
static
SetProperty(NSObject, string, NSMutableUrlRequest)
Sets the value of the specified key in the specified request.
StartLoading()
Begins loading the request.
StopLoading()
Stops loading the request.
static
UnregisterClass(ObjCRuntime.Class)
Removes the specified subtype of NSUrlProtocol from the URL loading system.

Protected Methods

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