|
| | DiskExternalContentProvider () |
| void | Dispose () |
| void | Download (string path, CancellableProgress progress, Action< Stream > success, Action< Exception > failure) |
| void | Link (string path, CancellableProgress progress, Action< string > success, Action< Exception > failure) |
| void | List (string path, CancellableProgress progress, Action< ExternalContentEntry > success, Action< Exception > failure) |
| void | Login (CancellableProgress progress, Action success, Action< Exception > failure) |
| void | Logout () |
| void | Upload (string path, Stream stream, CancellableProgress progress, Action< string > success, Action< Exception > failure) |
| ExternalContentEntry | GetDirectoryEntry (string internalPath, bool scanContents) |
|
| static string | fName = "DiskExternalContentProvider" |
| static string | LocalPath = AppDomain.CurrentDomain.BaseDirectory |
◆ DiskExternalContentProvider()
| Game.DiskExternalContentProvider.DiskExternalContentProvider |
( |
| ) |
|
◆ Dispose()
| void Game.DiskExternalContentProvider.Dispose |
( |
| ) |
|
◆ Download()
| void Game.DiskExternalContentProvider.Download |
( |
string | path, |
|
|
CancellableProgress | progress, |
|
|
Action< Stream > | success, |
|
|
Action< Exception > | failure ) |
◆ GetDirectoryEntry()
| ExternalContentEntry Game.DiskExternalContentProvider.GetDirectoryEntry |
( |
string | internalPath, |
|
|
bool | scanContents ) |
◆ Link()
| void Game.DiskExternalContentProvider.Link |
( |
string | path, |
|
|
CancellableProgress | progress, |
|
|
Action< string > | success, |
|
|
Action< Exception > | failure ) |
◆ List()
◆ Login()
| void Game.DiskExternalContentProvider.Login |
( |
CancellableProgress | progress, |
|
|
Action | success, |
|
|
Action< Exception > | failure ) |
◆ Logout()
| void Game.DiskExternalContentProvider.Logout |
( |
| ) |
|
◆ Upload()
| void Game.DiskExternalContentProvider.Upload |
( |
string | path, |
|
|
Stream | stream, |
|
|
CancellableProgress | progress, |
|
|
Action< string > | success, |
|
|
Action< Exception > | failure ) |
◆ fName
| string Game.DiskExternalContentProvider.fName = "DiskExternalContentProvider" |
|
static |
◆ LocalPath
| string Game.DiskExternalContentProvider.LocalPath = AppDomain.CurrentDomain.BaseDirectory |
|
static |
◆ Description
| string Game.DiskExternalContentProvider.Description |
|
get |
◆ DisplayName
| string Game.DiskExternalContentProvider.DisplayName |
|
get |
◆ IsLocalProvider
| bool Game.DiskExternalContentProvider.IsLocalProvider |
|
get |
◆ IsLoggedIn
| bool Game.DiskExternalContentProvider.IsLoggedIn |
|
get |
◆ RequiresLogin
| bool Game.DiskExternalContentProvider.RequiresLogin |
|
get |
◆ SupportsLinks
| bool Game.DiskExternalContentProvider.SupportsLinks |
|
get |
◆ SupportsListing
| bool Game.DiskExternalContentProvider.SupportsListing |
|
get |
该类的文档由以下文件生成: