Click or drag to resize

UrlProtocol Class

Provides methods for handling the registration of an Application to a URI Scheme and helper methods for handling the uri protocol
Inheritance Hierarchy
SystemObject
  Cauldron.NetUrlProtocol

Namespace:  Cauldron.Net
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class UrlProtocol

The UrlProtocol type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRegister
Registers the application to a URI scheme.
Public methodStatic memberRegisterElevated
Registers the application to a URI scheme using runas to elevate the process if required. Not that this can still throw a UnauthorizedAccessException if the elevated process is also not authorized.
Public methodStatic memberRequiresRegistration
Returns true if the uri requires registration; otherwise false.
Top
See Also