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
static | CanInitWithRequest(NSUrlRequest)Whether this object can handle the specified request. | |
static | GetCanonicalRequest(NSUrlRequest)A canonical version of the specified request. | |
static | GetProperty(string, NSUrlRequest)The property for the specified key in the specified request. | |
static | IsRequestCacheEquivalent(NSUrlRequest, NSUrlRequest)Whether two requests are equivalent for cache purposes. | |
static | RegisterClass(ObjCRuntime.Class)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. | |