UriUtilsGetSchemeSpecificPart Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Returns the decoded scheme-specific part of the Uri.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static string GetSchemeSpecificPart(
Uri uri
)
Parameters
- uri
- Type: SystemUri
Uri object.
Return Value
Type:
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.
See Also