namespace PasteBinTest
{
class Program
{
static void Main(string[] args)
{
DownloadString("https://pastebin.com/raw/wtChZcyx");
}
public static void DownloadString(string address)
{
WebClient client = new WebClient();
string reply = client.DownloadString(address);
Console.WriteLine(reply);
Console.ReadLine();
}
}
}
Kodu tam olarak nereye ve nasıl yerleştirmem gerekiyor iletişime geebilecegim bir yer var mı sizinle