Exemple #1
0
 public static string GetBaseUrl(string DomainName)
 {
     return(WebRequestHelper.Check($"http://{DomainName}") ? $"http://{DomainName}" : $"https://{DomainName}");
 }