Class UriUtils
Miscellaneuos utility methods for Uri manipulation.
Inherited Members
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.