An NDoc Documented Class Library

PRCUri Members

PRCUri overview

Public Instance Constructors

PRCUri Constructor Constructor

Public Instance Properties

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.

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Equals (inherited from Uri) Compares two Uri instances for equality.
GetHashCode (inherited from Uri) Returns the hash code for the specified URI.
GetLeftPart (inherited from Uri) Returns the specified portion of a URI.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
MakeRelative (inherited from Uri) Determines the difference between two Uri instances.
ToString (inherited from Uri) Returns the display string for the specified Uri instance.

Protected Instance Methods

Canonicalize (inherited from Uri) 
CheckSecurity (inherited from Uri) 
Escape (inherited from Uri) 
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
IsBadFileSystemCharacter (inherited from Uri) 
IsReservedCharacter (inherited from Uri) 
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
Parse (inherited from Uri) 
Unescape (inherited from Uri) 

See Also

PRCUri Class | RemoteCalendars.Core Namespace