System.UriParser: Method Members

The methods of System.UriParser are listed below. For a list of all members, see the UriParser Members list.

See Also: Inherited members from System.Object

Public Methods

static
IsKnownScheme(string) : bool

Indicates whether the parser for a scheme is registered.

static
Register(UriParser, string, int)

Associates a scheme and port number with a UriParser.

Protected Methods

GetComponents(Uri, UriComponents, UriFormat) : string

Gets the components from a URI.

InitializeAndValidate(Uri, out UriFormatException)
Documentation for this section has not yet been entered.
IsBaseOf(Uri, Uri) : bool

Determines whether baseUri is a base URI for relativeUri.

IsWellFormedOriginalString(Uri) : bool

Indicates whether a URI is well-formed.

OnNewUri() : UriParser

Invoked by a Uri constructor to get a UriParser instance

OnRegister(string, int)

Invoked by the Framework when a UriParser method is registered.

Resolve(Uri, Uri, out UriFormatException) : string
Documentation for this section has not yet been entered.