It is not clear to me how close a phone data connection (that is GPRS/EDGE) using InTheHand.WindowsMobile.Net
I open the data connection calling using ConnectionManager.EstablishConnection and everything works fine but I did not found a way to close it.
I tried ConnectionManager.ReleaseConnnection but it did not worked. Then I tried WirelessManager.Phone.RadioState := WirelessState.Off but this switch off all the phone function not the data connection only (that is the voice service too).
Am I missing something?