UriParser Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetComponents(Uri^, UriComponents, UriFormat) | Gets the components from a URI. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | InitializeAndValidate(Uri^, UriFormatException^%) | Initialize the state of the parser and validate the URI. |
![]() | IsBaseOf(Uri^, Uri^) | Determines whether baseUri is a base URI for relativeUri. |
![]() ![]() | IsKnownScheme(String^) | Indicates whether the parser for a scheme is registered. |
![]() | IsWellFormedOriginalString(Uri^) | Indicates whether a URI is well-formed. |
![]() | MemberwiseClone() | |
![]() | OnNewUri() | |
![]() | OnRegister(String^, Int32) | Invoked by the Framework when a UriParser method is registered. |
![]() ![]() | Register(UriParser^, String^, Int32) | Associates a scheme and port number with a UriParser. |
![]() | Resolve(Uri^, Uri^, UriFormatException^%) | Called by Uri constructors and Uri::TryCreate to resolve a relative URI. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |


