Home
last modified time | relevance | path

Searched refs:DownloadDataCompletedEventArgs (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/ref/
H A DSystem.Net.WebClient.cs10 public class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs class
12 …internal DownloadDataCompletedEventArgs(byte[] result, System.Exception exception, bool cancelled,… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
15 …void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
129 … protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { } in OnDownloadDataCompleted()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/
H A DWebServices.cs33 Action<DownloadDataCompletedEventArgs> onComplete = i => in CheckModVersion()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DDownload.cs68 … Action<DownloadProgressChangedEventArgs> onProgress, Action<DownloadDataCompletedEventArgs> onCom… in Download()
H A DPlayerDatabase.cs43 Action<DownloadDataCompletedEventArgs> onComplete = i => in LoadSprite()
H A DLocalPlayerProfile.cs79 Action<DownloadDataCompletedEventArgs> onQueryComplete = i => in RefreshPlayerData()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/src/System/Net/
H A DWebClient.cs78 …protected virtual void OnDownloadDataCompleted(DownloadDataCompletedEventArgs e) => DownloadDataCo… in OnDownloadDataCompleted()
116 …wnloadDataOperationCompleted = arg => OnDownloadDataCompleted((DownloadDataCompletedEventArgs)arg); in StartAsyncOperation()
1406DownloadDataCompletedEventArgs eventArgs = new DownloadDataCompletedEventArgs(returnBytes, excepti… in DownloadDataAsyncCallback()
2013 …c delegate void DownloadDataCompletedEventHandler(object sender, DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
2081 public class DownloadDataCompletedEventArgs : AsyncCompletedEventArgs class
2085 …internal DownloadDataCompletedEventArgs(byte[] result, Exception exception, bool cancelled, object… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Installation/
H A DDownloadPackageLogic.cs235 Action<DownloadDataCompletedEventArgs> onFetchMirrorsComplete = i => in ShowDownloadDialog()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Dwebclient.cs2031 protected virtual void OnDownloadDataCompleted(DownloadDataCompletedEventArgs e) { in OnDownloadDataCompleted()
2038 OnDownloadDataCompleted((DownloadDataCompletedEventArgs)arg); in DownloadDataOperationCompleted()
2044 DownloadDataCompletedEventArgs eventArgs = in DownloadDataAsyncCallback()
2045 …new DownloadDataCompletedEventArgs(returnBytes, exception, m_Cancelled, asyncOp.UserSuppliedState); in DownloadDataAsyncCallback()
3183 …c delegate void DownloadDataCompletedEventHandler(object sender, DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
3185 public class DownloadDataCompletedEventArgs : AsyncCompletedEventArgs { class
3187 …internal DownloadDataCompletedEventArgs(byte[] result, Exception exception, bool cancelled, object… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Map/
H A DMapCache.cs187 Action<DownloadDataCompletedEventArgs> onInfoComplete = i => in QueryRemoteMapDetails()
H A DMapPreview.cs465 Action<DownloadDataCompletedEventArgs> onDownloadComplete = i => in Install()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DPictureBox.cs417 void ImageDownload_DownloadDataCompleted (object sender, DownloadDataCompletedEventArgs e) in ImageDownload_DownloadDataCompleted()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/
H A DPlayerProfileLogic.cs160 Action<DownloadDataCompletedEventArgs> onQueryComplete = i => in RegisteredProfileTooltipLogic()
H A DServerListLogic.cs330 Action<DownloadDataCompletedEventArgs> onComplete = i => in RefreshServerList()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/
H A DGalleryUploader.cpp108 …d GalleryUploader::OnTags(System::Object ^ sender, System::Net::DownloadDataCompletedEventArgs ^ e)
H A DGalleryUploader.h639 void OnTags(System::Object^ sender, System::Net::DownloadDataCompletedEventArgs^ e);
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Server/
H A DServer.cs480 Action<DownloadDataCompletedEventArgs> onQueryComplete = i => in ValidateClient()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs5481 …public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs class
5483 …internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), defaul… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
5486 …void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
6392 … protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { } in OnDownloadDataCompleted()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs5518 …public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs class
5520 …internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), defaul… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
5523 …void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
6463 … protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { } in OnDownloadDataCompleted()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs5479 …public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs class
5481 …internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), defaul… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
5484 …void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
6390 … protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { } in OnDownloadDataCompleted()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs5514 …public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs class
5516 …internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), defaul… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
5519 …void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
6459 … protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { } in OnDownloadDataCompleted()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs8225 …public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs class
8227 …internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), defaul… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
8230 …void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
9081 … protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { } in OnDownloadDataCompleted()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs7923 …public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs class
7925 …internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), defaul… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
7928 …void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
8757 … protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { } in OnDownloadDataCompleted()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs8168 …public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs class
8170 …internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), defaul… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
8173 …void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
9109 … protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { } in OnDownloadDataCompleted()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs8197 …public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs class
8199 …internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), defaul… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
8202 …void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
9141 … protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { } in OnDownloadDataCompleted()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs8196 …public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs class
8198 …internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), defaul… in DownloadDataCompletedEventArgs() method in System.Net.DownloadDataCompletedEventArgs
8201 …void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e); in DownloadDataCompletedEventHandler()
9139 … protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { } in OnDownloadDataCompleted()

12