Foundation.NSUrlProtocol: Method Members

The methods of Foundation.NSUrlProtocol are listed below. For a list of all members, see the NSUrlProtocol Members list.

See Also: Inherited members from Foundation.NSObject

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.