looking for a CF C# socket client sample

  • Thread starter Thread starter omar
  • Start date Start date
O

omar

I'm looking for a simple CF C# tcp/ip client that
I can use as a start point (I'm new to C# and .NET).

I found a couple async socket samples, but none
of them worked with the CF. One used Send()
(which is not allowed in CF with non-blocking
sockets ). Other used classes not present in CF.

Any help will be appreciated.

Omar
 
Thanks a lot Robbe. The article is interesting, and
contains what I need. But where is the source code?

Omar
 
Back
Top