Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Returns the decoded scheme-specific part of the Uri.

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

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