Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Constructor that takes a resource name and creates resource.
Namespace:
Tangosol.IO.Resources
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic UrlResource(
string resourceName
)
Parameters
- resourceName
- Type: SystemString
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