AbsolutePath (inherited from Uri) | Gets the absolute path of the URI. |
AbsoluteUri (inherited from Uri) | Gets the absolute URI. |
Authority (inherited from Uri) | Gets the Domain Name System (DNS) host name or IP address and the port number for a server. |
DnsSafeHost (inherited from Uri) | Gets an unescaped host name that is safe to use for DNS resolution. |
Fragment (inherited from Uri) | Gets the escaped URI fragment. |
Host (inherited from Uri) | Gets the host component of this instance. |
HostNameType (inherited from Uri) | Gets the type of the host name specified in the URI. |
IsAbsoluteUri (inherited from Uri) | Gets whether the Uri instance is absolute. |
IsDefaultPort (inherited from Uri) | Gets whether the port value of the URI is the default for this scheme. |
IsFile (inherited from Uri) | Gets a value indicating whether the specified Uri is a file URI. |
IsLoopback (inherited from Uri) | Gets whether the specified Uri references the local host. |
IsUnc (inherited from Uri) | Gets whether the specified Uri is a universal naming convention (UNC) path. |
LocalPath (inherited from Uri) | Gets a local operating-system representation of a file name. |
OriginalString (inherited from Uri) | Gets the original URI string that was passed to the Uri constructor. |
PathAndQuery (inherited from Uri) | Gets the AbsolutePath and Query properties separated by a question mark (?). |
Port (inherited from Uri) | Gets the port number of this URI. |
Query (inherited from Uri) | Gets any query information included in the specified URI. |
Scheme (inherited from Uri) | Gets the scheme name for this URI. |
Segments (inherited from Uri) | Gets an array containing the path segments that make up the specified URI. |
UserEscaped (inherited from Uri) | Indicates that the URI string was completely escaped before the Uri instance was created. |
UserInfo (inherited from Uri) | Gets the user name, password, or other user-specific information associated with the specified URI. |