NSUrlProtocol.RegisterClass(Class) Method
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.
Attempts to register a subtype of NSUrlProtocol with the URL loading system. Returns true if successful.
[Foundation.Export("registerClass:")]
public static bool RegisterClass (ObjCRuntime.Class protocolClass);
static member RegisterClass : ObjCRuntime.Class -> bool
Parameters
- protocolClass
- Class
Returns
- Attributes