예제 #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();
 }