コード例 #1
0
ファイル: FilterInput.cs プロジェクト: rajeshwarn/cs2php
 public static string ValidateIp(Type type, string variable_name, IpFlags flags = 0, IpOptions options = null)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public static string ValidateIp(ServerVariables variable, IpFlags flags = 0, IpOptions options = null)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: FilterInput.cs プロジェクト: exaphaser/cs2php
 public static string ValidateIp(Type type, string variable_name, IpFlags flags = 0, IpOptions options = null)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public static string ValidateIp(object value, IpFlags flags = 0, IpOptions options = null)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
ファイル: FilterInputServer.cs プロジェクト: exaphaser/cs2php
 public static string ValidateIp(ServerVariables variable, IpFlags flags = 0, IpOptions options = null)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
ファイル: FilterVar.cs プロジェクト: exaphaser/cs2php
 public static string ValidateIp(object value, IpFlags flags = 0, IpOptions options = null)
 {
     throw new NotImplementedException();
 }