c# - calling a restful WCF from Xamarin.Android application -


i building android application vs 2012. when make webrequest wcf web service url:

http://localhost:15763/service1.svc/getdata 

i following exception:

system.net.webexception: error: connectfailure (connection refused) ---> system.net.sockets.socketexception: connection refused 


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -