OpenNETCF accessing CONNECTIONINFO structure

  • Thread starter Thread starter Zeno Loco
  • Start date Start date
Z

Zeno Loco

It's possible, and if yes how, to use the CONNECTIONINFO structure of
"Connection Manager"?

Thank you
 
OpenNETCF.Net.ConnectionManager is a managed wrapper around the connection
manager API, use that and you wont need to worry about specific structures
in the native API.

Peter
 
Hi Peter,
I explain you my problem (I'm a beginner on mobile application) and
maybe you can help me.
I'm starting to test communication with a mobile device and I saw that
the cmhelper application (the example in MSDN written in C++) extablish
in the emulator a communication via the proxy.
I don't wont to use C++ (I don't know the language), so I used
OpenNETFC but no connection seems to vbe available on the emulator.
I think, but is just an idea, that this appens because OpennetFC does
not check for a proxy connection and so I wanted to change settings in
the CONNECIONINFO structure.

Where is my mistake?

Sorry for my english,

Zeno
 
Back
Top