Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Checks that the supplied resourceName starts with one of the protocol names currently mapped by this ResourceLoader instance.

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

Syntax

C#
public static bool HasProtocol(
	string resourceName
)

Parameters

resourceName
Type: System..::..String
The name of the resource.

Return Value

true if the supplied resourceName starts with one of the known protocols; false if not, or if the supplied resourceName is itself null.

See Also