Name | Description | |
---|---|---|
CanPing | Test if you can "ping" the domain in the URI | |
CheckIsLocalIpAddress | Determines whether [is local IP address]. | |
CidrToIp | Overloaded. converts a CIDR format (Classless Inter-Domain Routing) to a IP address | |
DnsHostName | Get the DNS HostName of an IP address | |
Domain | Get the domain part of the URL so https://www.someDomain.com/path?query=value#fragement becomes Https://www.someDomain.com | |
DomainName | get the domain name from a host entry | |
EmptyWhois | Overloaded. Get an empty IWhois entry for a IP address | |
GetBroadcastAddress | Get Broadcast address of a given IP address | |
GetCommunicationScope | Get the communication scope between a the machine and a ip address | |
GetDomainReport | Overloaded. Get the domain report for a given domain | |
GetDomainReportAsync | Get the domain report for a given domain | |
GetGeographyAsync | Try get the ISP hosting related data for a URL | |
GetNetworkAddress | Get the network Broadcast address given a address and a subnet | |
GetReservedIpAddressType | get the type of reserved address | |
IP2BigCidr | Convert the IP address to a CIDR format (Classless Inter-Domain Routing) | |
IP2Cidr | Convert the IP address to a CIDR format (Classless Inter-Domain Routing) | |
IP4ToCidr | convert the IP4 address to a double | |
IsInLocalSubnet | Informs if the IP address is considered to be in a subnet mask of any of the server's assigned ip addresses (not reliable on IP6 when reverse PTR is not configured for V6 | |
IsInRange | Determines whether the ipaddress is in range of the specified start and ending ip address. | |
IsInSameSubnet | Overloaded. Test to see if the IP address is in the same subnet as the source IP address | |
IsLanIpAddress | ||
IsLocal | Informs if the URL maps to a resource managed by this computer | |
IsLocalIPAddress | ||
IsLoopback | Test if an IP address is a valid loop-back address on this machine | |
IsPubliclyAccessable | Will return true if the IPAddress or DNS domain name could be accessed regardless of the fact that the server suppresses ping reply | |
IsReservedIpAddress | Determines whether the specified IP address is a reserved IP address. | |
IsSubDomainOf | Overloaded. Return the first index of the domain where the URI is a sub domain of | |
ListAddreses | return a iterator allowing you to loop over a network | |
ParseNetwork | Overloaded. Parse the IP address and Subnet mask to get the network you can use 192.168.0.1/24 | |
Scope | Get the scope of the communication | |
StripZone | Strips the zone of a IP address if one is located. | |
ToIPv4 | Converts a ip4 long back to the IPV4 address. | |
ToTopLevelDomain | Converts to top level domain. | |
TryGetDomainReport | Tries to validates the domain data in the URL and will extract top level domain, sub domain and host name. | |
TryGetGeography | Try get the ISP hosting related data for a URL | |
TryGetSubnetMask | get the Subnet mask of a local IP address | |
TryGetTopLevelDomain | Converts to top level domain. | |
TryParseNetwork | tries to parse a IP/CIDR string to a network |