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: 11.0.0.7658
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 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