All C# extension methods for type net
-
SetSocketKeepAliveValues
Using IOControl code to configue socket KeepAliveValues for line disconnection detection(because default is toooo slow)
-
convert Internet dot address to network address
Csharp equivalent of Linux / Unix Command: inet_aton. The inet_aton() extension method converts the specified ipaddress, in the Internet standard dot notation, to a network address.