NetworkUtils.GetBaseDomain
Returns the base domain from a domain name Example: http://www.west-wind.com returns west-wind.com
public static string GetBaseDomain(string domainName)
Parameters
domainName
Dns Domain name as a string
