The properties of the PRCUri class are listed below. For a complete list of PRCUri class members, see the PRCUri Members topic.
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. |
Fragment (inherited from Uri) | Gets the escaped fragment. |
Host (inherited from Uri) | Gets the Domain Name System (DNS) host name, or IP address of the server specified in the URI. |
HostNameType (inherited from Uri) | Returns the type of the host name specified in the URI. |
IsDefaultPort (inherited from Uri) | Gets a value indicating 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. |
IsHttps | This property get/sets if the current PRCUri is an HTTPS or not uri |
IsLoopback (inherited from Uri) | Gets a value indicating whether the specified Uri references the local host. |
IsUnc (inherited from Uri) | Gets a value indicating 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. |
PathAndQuery (inherited from Uri) | Gets the AbsolutePath and Query properties separated by a question mark (?). |
Port (inherited from Uri) | Gets the port number of the specified URI. |
Query (inherited from Uri) | Gets any query information included in the specified URI. |
Scheme (inherited from Uri) | Gets the scheme name of the specified URI. |
Segments (inherited from Uri) | Gets an array of the segments that make up the specified URI. |
UserEscaped (inherited from Uri) | Indicates that the URI string was escaped before the Uri instance was created. |
UserInfo (inherited from Uri) | Gets the user name, password, and other user-specific information associated with the specified URI. |