Show / Hide Table of Contents

Class UriUtils

Miscellaneuos utility methods for Uri manipulation.

Inheritance
object
UriUtils
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public abstract class UriUtils

Methods

GetSchemeSpecificPart(Uri)

Returns the decoded scheme-specific part of the Uri.

Declaration
public static string GetSchemeSpecificPart(Uri uri)
Parameters
Type Name Description
Uri uri

Uri object.

Returns
Type Description
string

Scheme-specific part of the Uri.

Remarks

At the highest level a URI reference in string form has the syntax:

[scheme:]scheme-specific-part[#fragment]

where square brackets [...] delineate optional components and the characters : and # stand for themselves.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.