You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: