Thursday, 15 May 2014

c# - Android Socket/ServerSocket vs URLConnection -



c# - Android Socket/ServerSocket vs URLConnection -

i have android <-> server (c#) scheme passes strings between eachother via sockets/serversockets.it works nice when both on same lan, if android not on lan then, can't receive info (nats, port forwardings , so) on android client, because of blocked ports mobile net providers.

can replace sockets urlconnection?i passing strings.

c# android sockets

No comments:

Post a Comment