Class URLHandler
public sealed class URLHandler
- Inheritance
-
URLHandler
- Inherited Members
Constructors
URLHandler(IServices, string, URLCallback)
public URLHandler(IServices services, string protocol, URLCallback callback)
Parameters
servicesIServicesprotocolstringcallbackURLCallback
Methods
Activate(IServices)
Handle invocations of a URL protocol, either at startup or via separate invocation.
public bool Activate(IServices services)
Parameters
servicesIServices
Returns
- bool
True if launched with a protocol URL, false otherwise.