Hi, I'm working on a cross-platform (Windows-Linux) client-server application. The server process will be installed on a Windows 2008 server machine and the client process on a Ubuntu 12.04. All Windows code was developed with Visual Studio 2010. I have developed a basic net layer (as a dll library) and I have migrated this to mono for sharing between the server and the client projects. I have used UnicastIPAddressInformation.IPv4Mask property for getting the subnet mask of an address successfully over Windows with Visual Studio, but when I load the library with mono for using on Ubuntu it throws an System.NotImplementedException. Someone knows if is there other way for getting the subnet mask of an IP address with mono?
Thanks. -- View this message in context: http://mono.1490590.n4.nabble.com/UnicastIPAddressInformation-IPv4Mask-not-implemented-issue-tp4658913.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
