TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About WebRequest
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Bill Farley (3)
George (2)
Mahesh Chand (2)
Shantanu (2)
Mike Gold (2)
Vatsal Shah (1)
Esmael Esmaeli (1)
Mohammed Habeeb (1)
Jignesh Trivedi (1)
Jigar Desai (1)
Suresh M (1)
Kirtan Patel (1)
Micke Blomqvist (1)
rogersmith (1)
sushilsaini (1)
John O Donnell (1)
Kareem Bawala (1)
Related resources for WebRequest
No resource found
Scraping Web site Dynamic Data using WATIN
4/29/2024 10:01:25 AM.
Learn how to scrape web pages using Watin and NUnit in C# ASP.NET. Explore techniques for efficient scraping, including navigation, HTML parsing with regular expressions, and utilizing third-party to
Implementing A Proxy Server In C# - An Example And Test Case
12/9/2022 11:48:43 AM.
In this tutorial, we provide an example of how to create a simple proxy server in a C# application using the HttpListener class. We also show how to write a test case to verify that the proxy server w
Consume Web API By MVC In .NET Core (4), .NET Clients
7/4/2022 5:01:10 AM.
In this article, you will learn how to consume Web API By MVC In .NET Core (4), .NET Clients.
Consume Web API By MVC In .NET Core (3), HttpWebRequest
6/27/2022 11:56:41 PM.
Discuss Consume Web API By MVC In .NET, Client
Simple FTP Demo Application Using C# And .Net 2.0
1/31/2022 11:47:56 AM.
An article to demonstrate common FTP functionalities using C# and .Net 2.0.
Calling Web API Using HttpClient
8/13/2021 8:08:02 AM.
C# HttpClient. In this article, you will learn how to call Web API using HttpClient in ASP.NET. HttpClient class provides a base class for sending/receiving the HTTP requests/responses from a URL. It
Posting Form Data from ASP.NET Page to Another URL
3/28/2019 5:53:01 AM.
This article shows you how to post a Form data to a different URL from ASP.NET pages. For example, you might need to send user to a third party payment processing system using post method. ASP.NET doe
Using WebRequest and WebResponse classes
11/15/2018 10:32:32 PM.
Downloading and uploading data from the web has been a very common programming practice these days.
Consume REST Service Using HttpWebRequest and WebClient in Windows Phone 8 & 8.1
5/19/2015 2:14:59 PM.
In this article, we will see how to consume REST services in Windows Phone 8 and 8.1. Before that we will introduce REST services.
Simple web File download in VB.NET
11/10/2012 1:55:55 AM.
This is a simple program that shows how to download files from the web and save them.
Invoking a Web Service dynamically using System.Net and SOAP
10/13/2012 2:45:11 AM.
This article explains how to invoke the web service dynamically.
Screen Scraping using System.Net
9/30/2012 3:04:30 AM.
Screen Scraping is used to extract data from a web page by scraping it instead of more direct access. It involves requesting the page and then parsing the response. It is useful in situations where direct access to the data is not there.
Doppler Radar
9/29/2012 6:05:25 AM.
This is an app that will display the current doppler radar picture for any given zip code.
Download / Upload Binary Files on FTP Server Using C#
8/12/2012 1:56:03 AM.
Article about downloading and uploading binary files using FtpWebRequest in C#.
Compression of XML file, FTP upload and SQL Server SqlBulkInsert
2/8/2011 2:57:58 PM.
This article describes one approach to upload data from a backend database to a frontend SQL database hosted on a web server using FtpWebRequest, GZipStream and SqlBulkInsert classes in .NET.
Implementing the HTTP Request/Response Model inside of Silverlight
7/26/2010 12:56:11 AM.
In this article we will see how to implement the http Request/Response Model inside of Silverlight.
User Registration with PayPal
7/2/2009 1:23:39 AM.
This article summarizes how to perform a user registration process which requires payment and how to integrate that with PayPal. This sort of process would exist on a web form where you want to charge for registration.
Reading and Display Source of Web Pages
6/4/2009 6:42:23 AM.
This sample project is made to help ASP.NET developers. This projects highlights how to add HTML page inside your ASP.NET page which is hosted on same or different webserver. This page can still run on that server and only output is included in the ASP.NET page.
Getting NASDAQ Quotes with a Pocket PC
1/31/2006 1:03:17 AM.
If you have been lucky enough to get the Compact Framework or Smart devices extension beta for April 2002 you may be wondering what you can do with it.
CSDownloadURL : Download Contents of a Web Page
12/28/2005 6:13:19 AM.
CSDownloadURL is a class which has two functions - SetURL and DownloadURL. The set URL sets the current URL and GetDownload downloads the URL contents and returns its contents in a string.
Simple Web File Download
12/28/2005 1:53:49 AM.
This is a simple program that shows how to download files from the web and save them. The program uses the HttpWebRequest and HttpWebResponse classes to request and retrieve the requested file.
Web Request Class
12/28/2005 12:36:10 AM.
This is a simple application that the gets the source of a webpage via the WebRequest Object.
Tracking your lottery pick on the Web Using .NET
12/27/2005 12:27:01 AM.
A few weeks ago, the New Jersey State lottery was up to 300,000,000 dollars.