This topic has not yet been rated - Rate this topic

IPAddress.NetworkToHostOrder Method

Converts a number from network byte order to host byte order.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member NetworkToHostOrder(Int16) Converts a short value from network byte order to host byte order.
Public method Static member NetworkToHostOrder(Int32) Converts an integer value from network byte order to host byte order.
Public method Static member NetworkToHostOrder(Int64) Converts a long value from network byte order to host byte order.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.