[Mono-bugs] [Bug 411920] IPAddress.Parse Method (System.Net) behaviour differs from Microsoft Net Framework 2.0 on Linux

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 29 10:59:01 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=411920

User knoopx at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=411920#c1





--- Comment #1 from Víctor Martínez <knoopx at gmail.com>  2008-07-29 08:59:01 MDT ---
Ok managed to get it working the right way:

[DllImport ("libc", SetLastError=true)]
extern static long inet_addr (string ip);

but this should be on the mono IpAddress.Parse() implementation, dont you
think?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list