This documentation is archived and is not being maintained.
IPAddress::HostToNetworkOrder Method
Visual Studio 2010
Converts a value from host byte order to network byte order.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
HostToNetworkOrder(Int16) | Converts a short value from host byte order to network byte order. |
|
HostToNetworkOrder(Int32) | Converts an integer value from host byte order to network byte order. |
|
HostToNetworkOrder(Int64) | Converts a long value from host byte order to network byte order. |
Show: