Asynchronous UDP sockets for compact framework

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!!!

Thanks in advance,
Rajat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top