Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Constructor that takes a resource name and creates resource.

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

Syntax

C#
public UrlResource(
	string resourceName
)

Parameters

resourceName
Type: System..::..String
Resource name of the URL resource.

Remarks

You can use http://www.mycompany.com/services.txt, ftp://user:pass@ftp.myserver.com/dir/file.xml or similar URL as a resource name.

See Also