Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Returns the decoded scheme-specific part of the Uri.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static string GetSchemeSpecificPart(
	Uri uri
)

Parameters

uri
Type: System..::..Uri
Uri object.

Return Value

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