await

  1. M

    Question how to make cancel button to cancel or stop task async in my proxy checker code

    namespace WindowsFormsApplication7 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } public async Task testProxy(string ip, int port) { bool OK = false; try {...
Back
Top Bottom