S.I.
S.I.

Reputation: 3375

how to make http request to webserver in c#

Hi i need some help on this. I have one web server and i must request information+header from it.I must send to webserver file.txt then server read from file first ID and return information to me about this ID. I will put in file.txt ID: 1,2,3 ... n , and server will respone me infromation for every ID.

Upvotes: 1

Views: 768

Answers (1)

Onkelborg
Onkelborg

Reputation: 3987

Please take a look at the System.Net.WebClient class

Upvotes: 2

Related Questions