C# ile dns ip'ye göre filtreleme yapmak
Kod parçacığı
public string ipx()
{
string ip = Request.ServerVariables["remote_host"];
return ip;
}
Yorumlar
Yorum Gönder