Interface IFileSource
Namespace: Downlink.Core
Assembly: Downlink.Core.dll
Syntax
public interface IFileSource
Properties
| Improve this Doc View SourceAvailable
Declaration
bool Available { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
FileUri
Declaration
Uri FileUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
Metadata
Declaration
FileMetadata Metadata { get; }
Property Value
Type | Description |
---|---|
FileMetadata |
Version
Declaration
VersionSpec Version { get; }
Property Value
Type | Description |
---|---|
VersionSpec |