python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
C# How to send a file to webhook and get sent file's link?
Hello im trying upload file to a link and i tried this:
`private void buttonInput_Click(object sender, EventArgs e)
{
try
{
using (WebClient client = new WebClient())
...
NoobCoder31
Votes: 0
Answers: 1
C# How to upload any file to a fileuploader?
I need upload my file to "https://file.io" and i tried this:
`private void buttonInput_Click(object sender, EventArgs e)
{
using (WebClient client = new WebClient())
{...
NoobCoder31
Votes: 0
Answers: 0
How to improve slow DNS with HttpClient?
I have one request for a specific domain that take a really long time to complete : 22 seconds in average. The request itself does not return a lot of data.
var httpClient = new HttpClient(); //insta...
tigrou
Votes: 0
Answers: 3
different ip address generated when using azure link
I have this code on how to get my IP address. Locally the code is running and I got my IP address correctly, but when I run this code using link in azure different ip address is generated.
So for exam...
woo25
Votes: 0
Answers: 1