|  | UrlProtocol Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Cauldron.Net
 Syntax
Syntaxpublic static class UrlProtocol
The UrlProtocol type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Register | 
            Registers the application to a URI scheme.
             | 
|   | RegisterElevated | 
            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.
             | 
|   | RequiresRegistration | 
            Returns true if the uri requires registration; otherwise false.
             | 
 See Also
See Also