Exemple #1
0
 public static string ValidateUrl(Type type, string variable_name, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public static string ValidateUrl(ServerVariables variable, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public static string ValidateRegexp(Type type, string variable_name, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public static string ValidateRegexp(ServerVariables variable, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public static string ValidateUrl(Type type, string variable_name, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public static string ValidateRegexp(Type type, string variable_name, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
 public static string ValidateUrl(ServerVariables variable, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
 public static string ValidateRegexp(ServerVariables variable, RegExpOptions options)
 {
     throw new NotImplementedException();
 }