My Project v1
Project
载入中...
搜索中...
未找到
Game.WebManager 成员列表

成员的完整列表,这些成员属于 Game.WebManager,包括所有继承而来的类成员

Get(string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure)Game.WebManagerstatic
InternetGetConnectedState(out int Description, int ReservedValue)Game.WebManagerstatic
IsInternetConnectionAvailable()Game.WebManagerstatic
Post(string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, Stream data, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure)Game.WebManagerstatic
Put(string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, Stream data, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure)Game.WebManagerstatic
PutOrPost(bool isPost, string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, Stream data, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure)Game.WebManagerstatic
UrlParametersFromBytes(byte[] bytes)Game.WebManagerstatic
UrlParametersFromString(string s)Game.WebManagerstatic
UrlParametersToBytes(Dictionary< string, string > values)Game.WebManagerstatic
UrlParametersToStream(Dictionary< string, string > values)Game.WebManagerstatic
UrlParametersToString(Dictionary< string, string > values)Game.WebManagerstatic
VerifyResponse(HttpResponseMessage message)Game.WebManagerstatic