R
Rajat
Hello ,
I am trying to create asynchronous socket using C# for Compact
Framework. I am using BeginReceiveFrom() function to receive the data
and trying to use asynccallback method.
What i wanna know is whether asynccallback is supported by .NET CF and
if i want to continuously listen on particular port and receive data
continuously then can can i put the BeginReceiveFrom() in while loop. I
am trying to put BeginReceiveFrom() in while loop but while reading it
just hangs!!!
If anyone has done this before plz mail me code also.
Thanks in advance,
Rajat
I am trying to create asynchronous socket using C# for Compact
Framework. I am using BeginReceiveFrom() function to receive the data
and trying to use asynccallback method.
What i wanna know is whether asynccallback is supported by .NET CF and
if i want to continuously listen on particular port and receive data
continuously then can can i put the BeginReceiveFrom() in while loop. I
am trying to put BeginReceiveFrom() in while loop but while reading it
just hangs!!!
If anyone has done this before plz mail me code also.
Thanks in advance,
Rajat