IPv4 Class |
Namespace: Demo3D.IO
public static class IPv4
The IPv4 type exposes the following members.
| Name | Description | |
|---|---|---|
| HostToIPAddress |
Returns the IP address of this hostname.
| |
| HostToIPAddressAsync |
Returns the IP address of this hostname.
| |
| ToUInt32BE |
IPv4 address as a 32bit integer (big endian, network byte order) from IPAddress.
| |
| ToUInt32LE |
IPv4 address as a 32bit integer (little endian, host byte order) from IPAddress.
| |
| UniqueIPAddress |
Tries to return a unique IP address for this hostname.
| |
| UniqueIPAddressAsync |
Tries to return a unique IP address for this hostname.
|