OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

URI Members

URI overview

Public Instance Constructors

URI 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.
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.

Public Instance Methods

Equals (inherited from Uri) Compares two Uri instances for equality.
GetComponents (inherited from Uri) Gets the specified components of the current instance using the specified escaping for special characters.
GetHashCode (inherited from Uri) Gets the hash code for the URI.
GetLeftPart (inherited from Uri) Gets the specified portion of a Uri instance.
GetType (inherited from Object) Gets the Type of the current instance.
IsBaseOf (inherited from Uri) Determines whether the current Uri instance is a base of the specified Uri instance.
IsWellFormedOriginalString (inherited from Uri) Indicates whether the string used to construct this Uri was well-formed and is not required to be further escaped.
MakeRelative (inherited from Uri)Obsolete. Determines the difference between two Uri instances.
MakeRelativeUri (inherited from Uri) Determines the difference between two Uri instances.
toString 
ToString (inherited from Uri) Gets a canonical string representation for the specified Uri instance.

See Also

URI Class | java.net Namespace