Name | Description | |
---|---|---|
![]() | DeepClone | Overridden. Creates an identical copy of this object. |
![]() | Equals | Overridden. Determines whether the specified object is equal to this URI. |
![]() | GetHashCode | Overridden. Returns the hash code for this URI. |
![]() | MakeRelativeUri | Determines the difference between two NUri instances and returns the resulting relative URI. |
![]() | RequestData | Request the resource pointed by this URI. The response is received in a callback method. |
![]() | ToString | Overridden. Gets a canonical string representation of this URI. |
![]() ![]() | TryCombine | Overloaded. Tries to create an URI combining the specified base URI instance and relative URI string. |
![]() | TryGetLocalPath | Overloaded. Overridden. Tries to get a local path with the URI default path notation |
![]() ![]() | TryResolve | Tries to get an absolute URI (an URL or a data URI) from the given string. If the string represents a relative URI, it is combined with the given base URI in order to resolve it, i.e. to create an absolute URI. |