public static string ValidateIp(Type type, string variable_name, IpFlags flags = 0, IpOptions options = null) { throw new NotImplementedException(); }
public static string ValidateIp(ServerVariables variable, IpFlags flags = 0, IpOptions options = null) { throw new NotImplementedException(); }
public static string ValidateIp(object value, IpFlags flags = 0, IpOptions options = null) { throw new NotImplementedException(); }