Jump to content

Sağ Click'te Ne Varsa Buraya Yapıştır


Bilinchard
 Share

Recommended Posts

  • Replies 69
  • Created
  • Last Reply

Top Posters In This Topic

Linki Kopyalamıştım Yazıyı da Okuyunca Şaşırdım Tesadüfe Bak.

Bu da Kopyaladığım Link. (İsteyen İndirebilir) :rolleyes2:

http://rs181.rapidshare.com/files/115*********************[/CODE]

[u]Edit tenekecezve-----> linkte reklam vardı sansürledim...[/u]

Link to comment
Share on other sites

using System.Net;
using System.Net.Sockets;


public void Ogren(string domain)
{
try {
IPHostEntry domainAdi = Dns.GetHostEntry(domain);
foreach (IPAddress ip in domainAdi.AddressList)
{
Label1.Text = (ip.ToString() + "<br />");
}
}
catch
{
Label1.Text = "IP Adresi Çözülemedi";
}
}



protected void Page_Load(object sender, EventArgs e)
{
Ogren(".............");
}[/CODE]

Buydu :rolleyes2:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.


×
×
  • Create New...