Windows Mobile - Updating GPRS settings using C#
问题 I am using the following code to update the APN settings on a Windows Mobile MC67 device: XmlDocument configDoc = new XmlDocument(); configDoc.LoadXml( "<wap-provisioningdoc>" + "<characteristic type=\"CM_GPRSEntries\">" + "<characteristic type=\"Connection_Name\">" + "<parm name=\"UserName\" value=\"web\"/>" + "<parm name=\"Password\" value=\"web\"/>" + "<characteristic type=\"DevSpecificCellular\">" + "<parm name=\"GPRSInfoAccessPointName\" value=\"APN_Value\" />" + "</characteristic>" + "<