S
S
skvoshiz2015-05-04 23:09:17
Programming
skvoshiz, 2015-05-04 23:09:17

What libraries do you use for c# internet queries?

Hello, I'm learning a little C# and at the moment I ran into problems using the xNet library, which helped / made it easier to make POST / GET requests and in general with many things.
This library is no longer supported by the developer, and the jambs in it do not allow just using redirects.
Who uses what libraries? Or nevertheless in any case it is necessary to use standard methods and functions?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sivabur, 2015-05-10
@skvoshiz

WebBrowser (but it is for complex emulation, so to speak, for executing a javascript, etc. a wrapper over an IE component).
For simple things WebClient or HttpClient for the eyes.
xNet did not encounter any problems with the redirect. What is convenient there is working with different types of proxies. Otherwise, everything is the same as in WebClient or HttpClient

K
Kano, 2015-05-04
@Kano

The functionality of WebClient or HttpClient is enough for the eyes

V
Vyacheslav Zolotov, 2015-05-04
@SZolotov

HttpClient

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question