Printable View
what is c# equivalent of htons function available in Winsock2.h Thanks Bill
Nevermind found it, using System.Net; IPAddress.HostToNetworkOrder(short);