I am writing C # programming, getting the loopback IP address of the server. How can I programmatically determine in C # if IPv6 is supported?
You can verify this by accessing this property.
System.Net.Sockets.Socket.OSSupportsIPv6;
Information http://msdn.microsoft.com/library/system.net.sockets.socket.ossupportsipv6(v=vs.110).aspx
Source: https://habr.com/ru/post/1568023/More articles:Select image with image element image in chrome - javascriptКак установить правильный часовой пояс в Laravel 4? - timezoneUnable to subclass PFQueryTableViewController - iosEscaping special JavaScript characters from ASP.NET - javascriptDeedle: grouping time series in the top 3 and rest - f #How to enable _USE_UNIX98 (Gcc / C ++ v2.96) - c ++Finding data using Linq for a dataset - c #Where does it come from? - stringLoopback, как настроить вложенные отношения - javascriptDouble click to enlarge image in WP8? - c #All Articles