Network Byte Ordering in VB.net

  • Thread starter Thread starter Paulers
  • Start date Start date
P

Paulers

I neet to talk to an application using Network Byte Ordering, I was
wondering if anyone had an example of how it can be done in vb.net?
 
Take at look at System.Net.IPAddress.NetworkToHostOrder() and
System.Net.IPAddress.HostToNetworkOrder()

MSDN has examples on changing the byte order.
 
Back
Top