开发者

C# Asynchronous WebRequest with POST

开发者 https://www.devze.com 2023-01-07 12:32 出处:网络
I am trying to find a C# Asynchronous WebRequest function which will be able to POST variables to a server, and retrieve the response.

I am trying to find a C# Asynchronous WebRequest function which will be able to POST variables to a server, and retrieve the response.

I have found many Async WebRequests for C#, but they are not able to POST in them, and when I try to change them to post varia开发者_如何学运维bles, it will not work.

Cheers


Try to write your own http implementation (a simple one), it should not be that complicated

Or use google: http://www.debugging.com/bug/8530

0

精彩评论

暂无评论...
验证码 换一张
取 消