Name | Description | |
---|---|---|
NUri Constructor | Overloaded. |
The following tables list the members exposed by NUri.
Name | Description | |
---|---|---|
NUri Constructor | Overloaded. |
Name | Description | |
---|---|---|
Fragment | Gets the fragment part of this URi. | |
HostName | Gets the host name of this URI. | |
IsAbsolute | Overridden. Indicates whether this URI is absolute. | |
IsFile | Overridden. Indicates whether this URI represents a local file system object (i.e. a file or a folder). | |
LocalPathNotation | Gets the local path notation of this URI. Valid only if this URI represents an absolute file path. | |
NormalizedUri | Gets the normalized URI string corresponding to this URI. | |
Path | Gets the path of this URI. | |
Port | Gets the port number of this URI. | |
Query | Gets the query string of this URI. | |
UserInfo | Gets the user related information (username, password, etc.) of this URI. |
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. |
Equality | Checks whether the given URIs are equal. |
Inequality | Checks whether the given URIs are not equal. |