|
Elin Decompiled Documentation EA 23.307 Stable
|
Classes | |
| class | BookData |
| class | ChatLog |
| class | DownloadCahce |
| class | DownloadMeta |
| class | VoteLog |
Public Member Functions | |
| void | ShowVote (string logs) |
| void | ShowChat (string logs) |
Static Public Member Functions | |
| static async UniTask< bool > | UploadFile (string id, string password, string name, string title, string path, string idLang, string cat="Home", string tag="") |
| static async UniTask< FileInfo > | DownloadFile (DownloadMeta item, string path, string idLang) |
| static async UniTask< List< DownloadMeta > > | GetFileList (string idLang) |
| static async UniTask< bool > | SendVote (int id, string idLang) |
| static async UniTask< List< VoteLog > > | GetVote (string idLang) |
| static async UniTask< bool > | SendChat (string name, string msg, ChatCategory cat, string idLang) |
| static async UniTask< List< ChatLog > > | GetChat (ChatCategory cat, string idLang) |
| static async UniTask< bool > | SendBook (string name, string msg, BookCategory cat, string idLang, string msg2, string msg3, string msg4) |
| static async UniTask< List< BookData > > | GetBook (BookCategory cat, string idLang) |
Public Attributes | |
| List< ChatLog > | chatList |
Static Public Attributes | |
| static string | urlScript = "http://elin.cloudfree.jp/script/" |
| static string | urlBook = urlScript + "book/" |
| static string | urlChat = urlScript + "chat/" |
| static string | urlVote = urlScript + "vote/" |
| static string | urlUpload = urlScript + "uploader/" |
| static bool | isUploading |
Properties | |
| static bool | ShowNetError [get] |
|
inlinestatic |
Definition at line 180 of file Net.cs.
References Debug, item, Net.DownloadCahce.items, ShowNetError, EClass.ui, and CorePath.ZoneSaveUser.
|
inlinestatic |
Definition at line 464 of file Net.cs.
References EClass.debug, Debug, CoreDebug.enable, item, and Net.BookData.msg.
|
inlinestatic |
Definition at line 382 of file Net.cs.
References EClass.debug, Debug, CoreDebug.enable, item, and Net.ChatLog.msg.
|
inlinestatic |
Definition at line 213 of file Net.cs.
References ShowNetError, title, and EClass.ui.
|
inlinestatic |
Definition at line 283 of file Net.cs.
References ShowNetError, and EClass.ui.
|
inlinestatic |
Definition at line 417 of file Net.cs.
References EClass.core, EClass.debug, Debug, Version.demo, CoreDebug.enable, ShowNetError, EClass.ui, and BaseCore.version.
|
inlinestatic |
Definition at line 334 of file Net.cs.
References Core.config, EClass.core, EClass.debug, Debug, Version.demo, CoreConfig.NetSetting.enable, CoreDebug.enable, CoreConfig.net, CoreConfig.NetSetting.sendEvent, ShowNetError, EClass.ui, and BaseCore.version.
|
inlinestatic |
Definition at line 255 of file Net.cs.
References Debug, ShowNetError, and EClass.ui.
|
inline |
Definition at line 112 of file Net.cs.
References Debug, item, Net.ChatLog.msg, and Net.ChatLog.name.
|
inline |
|
inlinestatic |
Definition at line 121 of file Net.cs.
References EClass.core, Debug, Version.GetInt(), title, EClass.ui, and BaseCore.version.
|
static |
|
staticget |
Definition at line 91 of file Net.cs.
Referenced by DownloadFile(), GetFileList(), GetVote(), SendBook(), SendChat(), and SendVote().