6
votes
2answers
151 views
What does AddressFamily.FireFox refer to in .NET sockets?
In System.Net.Sockets.AddressFamily there are a number of obvious entries like InterNetwork, AppleTalk and Ipx. There's also one for "FireFox". I assume this has nothing to do with the "Firefox" …
