Is DIME (WSE) available for use with Pocket PC and CF in C#?

K

Katie

Hi,



I need to send binary files to a server from a pocket pc via a web service
and also receive files from a server to the pocket pc via a web service. The
files are binary. I know this can be done using DIME and WSE but can it be
done with Pocket PCs and CF using C#? I think DIME is required on the client
device. Is it or something similar available. Is there another way I can
send binaries over a web service?



Isn't the cutting edge of technology painfully fun? ;)



Thanks
 
C

casey chesnut

the DIME stuff in my lib is just a port of an early MS sample called
DimeSample.
it supports sending and receiving multiple DimeAttachments.
it does not support chunking.

the other option is to base64 encode/decode it to/from a web service.
(waste of CPU and bandwidth for small devices)

Thanks,
casey
 

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