Associates a scheme and port number with a UriParser.
uriParser The URI parser to register.schemeName The name of the scheme that is associated with this parser.defaultPort The default port number for the specified scheme.
If the defaultPort parameter is set to -1, the UriParser.Register(UriParser, string, int) method registers no default value for the port number.