The members of Foundation.NSUrlProtocol are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Documentation for this section has not yet been entered. |
| 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. |
| [read-only] | CachedResponse | NSCachedUrlResponse. This object's cached response. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Client | INSUrlProtocolClient. Documentation for this section has not yet been entered. |
| [read-only] | Request | NSUrlRequest. This object's request. |
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. | |