Click or drag to resize

IPv4 Class

A class that offers helper methods for managing IP addresses and hostnames.
Inheritance Hierarchy
SystemObject
  Demo3D.IOIPv4

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static class IPv4

The IPv4 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberHostToIPAddress
Returns the IP address of this hostname.
Public methodStatic memberHostToIPAddressAsync
Returns the IP address of this hostname.
Public methodStatic memberToUInt32BE
IPv4 address as a 32bit integer (big endian, network byte order) from IPAddress.
Public methodStatic memberToUInt32LE
IPv4 address as a 32bit integer (little endian, host byte order) from IPAddress.
Public methodStatic memberUniqueIPAddress
Tries to return a unique IP address for this hostname.
Public methodStatic memberUniqueIPAddressAsync
Tries to return a unique IP address for this hostname.
Top
See Also