NSUrlProtocol.RegisterClass(Class) Method

Definition

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

Applies to