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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top