M
Martin Greul
Hello together,
int lengthInNetworkOrder =
IPAddress.NetworkToHostOrder(data.Length + 4);
I want to make this function by hand.
How it is possible?
Does somebody know the algorithm?
And also for
int lengthInNetworkOrder =
IPAddress.HostToNetworkOrder(512);
Have a nice weekend.
Greeting Martin
int lengthInNetworkOrder =
IPAddress.NetworkToHostOrder(data.Length + 4);
I want to make this function by hand.
How it is possible?
Does somebody know the algorithm?
And also for
int lengthInNetworkOrder =
IPAddress.HostToNetworkOrder(512);
Have a nice weekend.
Greeting Martin