private void Complete() { state = StateType.End; MLog.LogFormat("", "DownloadFile Complete {0}", this); if (completeCallback != null) { HttpDownload.AddLoaded(this); } }
private void Complete() { state = StateType.End; Log.Error(String.Format("DownloadFile Complete {0}", this)); if (completeCallback != null) { HttpDownload.AddLoaded(this); } }