asp.net - Wifi in .Net application -
i developing web application in asp.net(3.5). having thought of integrating applicaiton along wifi (i.e.) data mobile should able sent client system through wifi. possible ? if can done, tell me solution achieve this. in advance...
your application wouldn't built specific wifi; you'd use network connections, , how network connection physically connected (or not) irrelevant application. typically you'd make use of web service calls on https (or maybe http if data isn't sensitive). os takes care of network connect itself, whether ethernet, wifi, or cellular.
Comments
Post a Comment