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.
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.