Click or drag to resize

UrlProtocol Methods

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