HttpFileSystem

Description

sealed class Tinman.Core.IO.Files.HttpFileSystem

A IFileSystem that accesses remote files via HTTP/HTTPS.

The HTTP/HTTPS filesystem has two roots: http:/ and https:/.

Public / Attributes

Http


[OwnerValue]
public attribute Http → (get,set)

value : ISimpleHttp

[not-null]
The ISimpleHttp object.

The ISimpleHttp object that is used by this HttpFileSystem.

Only newly created IFile objects (see IFileSystem.FileNew) will use the new ISimpleHttp object.

Instance


public static attribute Instance → (get)

value : HttpFileSystem

[not-null]
The singleton instance.

Returns the singleton instance of HttpFileSystem.