Smart Device Framework Question

  • Thread starter Thread starter Yosh
  • Start date Start date
Y

Yosh

Hi!

I am using the ConnectionManager class. I am curious if someone can explain
what the MapUrl method would be used for?

I have an idea but would like some feedback.

Thank you,

Yosh
 
It wraps the "ConnMgrMapURL" function described in the SDK. Essentially you
pass it a Url and it returns the best connection to use to get there. It can
determine if the url is of a particular type e.g. intranet or wap and
therefore choose the appropriate connection.

Peter
 
Thanks Peter!

Is there a way to determine what connection is currently active/connected or
what connection was used to connect to a Url?

Yosh
 
Back
Top