Dispose Asynchronous form Main thread
Hi,
Button1_Click()
{
...........
...........
IAsyncResult iarRead = ResponseStream.BeginRead(.....);
}
Button2_Click()
{
I want to Dispose the ResponseStream.BeginRead()
How to do?
}
Thanks...
Replies
Know the answer? Post it — somebody with the same question will find it here.