UriParser Methods

 

Namespace:   System
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_protmethodGetComponents(Uri^, UriComponents, UriFormat)

Gets the components from a URI.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodInitializeAndValidate(Uri^, UriFormatException^%)

Initialize the state of the parser and validate the URI.

System_CAPS_protmethodIsBaseOf(Uri^, Uri^)

Determines whether baseUri is a base URI for relativeUri.

System_CAPS_pubmethodSystem_CAPS_staticIsKnownScheme(String^)

Indicates whether the parser for a scheme is registered.

System_CAPS_protmethodIsWellFormedOriginalString(Uri^)

Indicates whether a URI is well-formed.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnNewUri()

Invoked by a Uri constructor to get a UriParser instance

System_CAPS_protmethodOnRegister(String^, Int32)

Invoked by the Framework when a UriParser method is registered.

System_CAPS_pubmethodSystem_CAPS_staticRegister(UriParser^, String^, Int32)

Associates a scheme and port number with a UriParser.

System_CAPS_protmethodResolve(Uri^, Uri^, UriFormatException^%)

Called by Uri constructors and Uri::TryCreate to resolve a relative URI.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: