Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/261.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何在c语言中向Web服务器发出http请求#_C#_Http_Post_Web - Fatal编程技术网

C# 如何在c语言中向Web服务器发出http请求#

C# 如何在c语言中向Web服务器发出http请求#,c#,http,post,web,C#,Http,Post,Web,嗨,我需要一些帮助。 我有一个web服务器,我必须向它请求信息+标题。我必须发送到webserver file.txt,然后服务器读取文件的第一个ID,并将有关此ID的信息返回给我。 我将把file.txt ID:1,2,3。。。n,服务器将为每个ID响应me信息。请查看课程

嗨,我需要一些帮助。 我有一个web服务器,我必须向它请求信息+标题。我必须发送到webserver file.txt,然后服务器读取文件的第一个ID,并将有关此ID的信息返回给我。 我将把file.txt ID:1,2,3。。。n,服务器将为每个ID响应me信息。

请查看课程