UriUtilsGetSchemeSpecificPart Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Returns the decoded scheme-specific part of the Uri.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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