remoteAddress.sin_port = htons((short)port);
public static extern ushort htons(ushort hostshort);
Declare Function htons Lib "ws2_32.dll" (TODO) As TODO