|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|
成员的完整列表,这些成员属于 Game.WebManager,包括所有继承而来的类成员
| Get(string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure) | Game.WebManager | static |
| GetAsync(string address, Dictionary< string, string > parameters=null, Dictionary< string, string > headers=null, CancellableProgress progress=null) | Game.WebManager | static |
| IsInternetConnectionAvailable() | Game.WebManager | static |
| Post(string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, Stream data, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure) | Game.WebManager | static |
| PostAsync(string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, Stream data, CancellableProgress progress=null) | Game.WebManager | static |
| Put(string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, Stream data, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure) | Game.WebManager | static |
| PutAsync(string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, Stream data, CancellableProgress progress=null) | Game.WebManager | static |
| PutOrPost(bool isPost, string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, Stream data, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure) | Game.WebManager | static |
| PutOrPostAAsync(bool isPost, string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, Stream data, CancellableProgress progress) | Game.WebManager | static |
| UrlParametersFromBytes(byte[] bytes) | Game.WebManager | static |
| UrlParametersFromString(string s) | Game.WebManager | static |
| UrlParametersToBytes(Dictionary< string, string > values) | Game.WebManager | static |
| UrlParametersToStream(Dictionary< string, string > values) | Game.WebManager | static |
| UrlParametersToString(Dictionary< string, string > values) | Game.WebManager | static |
| VerifyResponse(HttpResponseMessage message) | Game.WebManager | static |