示例#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();
 }