I am trying to establish a connection between Android Client and C# Server .. My server is working fine except the android client is not working even after adding internet c
Check this link here, it is because since latest version of API, it is forbidden to perform networking operation called by the main thread, so you need to create another (background) thread to perform it instead.