Пример #1
0
 public static string ValidateUrl(Type type, string variable_name, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public static string ValidateUrl(ServerVariables variable, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public static string ValidateRegexp(Type type, string variable_name, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public static string ValidateRegexp(ServerVariables variable, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public static string ValidateUrl(Type type, string variable_name, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public static string ValidateRegexp(Type type, string variable_name, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public static string ValidateUrl(ServerVariables variable, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
Пример #8
0
 public static string ValidateRegexp(ServerVariables variable, RegExpOptions options)
 {
     throw new NotImplementedException();
 }