NSoup
NSoup copied to clipboard
Connect Problem
I am rewriting a Java program in C#. I used the XML parse JSoup, and I'd like to use the .NET port NSoup. However, I cannot find the replacement for source=Jsoup.connect("http://www.example.com"); Visual Studio tells me "NSoup.IConnection does only exists Can this be solved?
I look forward to your reply.
@PanagiotisDrakatos Any solution or alternatives?
This is NSoupClient.Connect(url), see source
@GeReV This could be closed IMO