I want to pass data user Id and user code to another server and get the response using network.
So, I created this code
var webRequest = WebRequest.Create(@"http://10.2.1.85/");
It is working fine but I don’t know how to pass the user Id and user code.
Do I have to create object or something?
How can I do it?
This is how to Post Data on Web Service:
WebService Post Function
Login Function
Example How To Use: