Interface IHostNameResolver
Interface for an object capable of performing hostname lookups.
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IHostNameResolver
Methods
HostLookup(string)
Declaration
uint? HostLookup(string hostname)
Parameters
Type |
Name |
Description |
string |
hostname |
|
Returns
IsValidSubnet(uint)
Declaration
bool IsValidSubnet(uint address)
Parameters
Type |
Name |
Description |
uint |
address |
|
Returns
ReverseHostLookup(uint)
Declaration
string? ReverseHostLookup(uint networkAddress)
Parameters
Type |
Name |
Description |
uint |
networkAddress |
|
Returns