namespace WindowsFormsApplication7
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
public async Task testProxy(string ip, int port)
{
bool OK = false;
try
{...
I need to create a c# webform application with async Task
when I click on button, i need to get return of the async Task and show the result in lable on webform
Can any one help me ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.