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
Networking
FOLLOW
Welcome to Networking section of C# Corner. In this section, you will find various Networking related source code samples, articles, tutorials, and tips.
Articles
(112)
Blogs
(17)
Resources
(17)
Videos
(0)
News
(1)
Links
Configuring HTTP and HTTPS
Using Windows Communication Foundation (WCF) over HTTP either requires the use of a host, such as Internet Information Services (IIS), or manual configuration of the HTTP settings through the HTTP ...
Mahesh Chand
Jun 04, 2010
How to configure a Port with an SSL Certificate
To configure a port, the tool you use depends on the operating system that is running on your machine.
Mahesh Chand
Jun 04, 2010
How do I make a GET request?
This sample illustrates how to use the WebRequest and WebResponse classes to make a GET request on a URI.
Mahesh Chand
Mar 29, 2007
How do I make a GET request with NTLM?
This sample illustrates how to use the WebRequest and WebResponse classes to make a GET request on a URI with NTLM authentication.
Mahesh Chand
Mar 29, 2007
How do I make a GET request through a proxy?
This sample illustrates how to use the WebRequest and WebResponse classes to make a GET request on a URI through a proxy.
Mahesh Chand
Mar 29, 2007
How do I make a GET request asynchronously?
This sample illustrates how to use the WebRequest and WebResponse classes to make a GET request on a URI asynchronously.
Mahesh Chand
Mar 29, 2007
How do I handle WebException?
This sample illustrates how to use the WebException and UriFormatException classes when dealing with exceptions when accessing URIs.
Mahesh Chand
Mar 29, 2007
How Do I...Make a POST request?
This sample illustrates how to use the WebRequest and WebResponse classes to make a POST request on a URI.
Mahesh Chand
Mar 29, 2007
How do I make a DateTime client with TCPClient?
This sample illustrates using the TCPClient class to create a DateTime program.
Mahesh Chand
Mar 29, 2007
How do I make a DateTime server
This sample illustrates how to use the TCPListener class to create a DateTime server program.
Mahesh Chand
Mar 29, 2007
How to use UDPClient class to create a chat client.
This sample illustrates using the UDPClient class to create a chat client.
Mahesh Chand
Mar 29, 2007
How do I send a message to a message queue?
The sample illustrates how to use the MessageQueue component to send a simple message to a message queue.
Mahesh Chand
Mar 26, 2007
How do I receive a message from a message queue?
The sample illustrates how to use the MessageQueue component to receive a message from a message queue.
Mahesh Chand
Mar 26, 2007
How do I pass a complex type through a message queue?
The sample illustrates how to use the MessageQueue component to send a complex type through a message queue. To run the sample you have to have Message Queuing installed on your system.
Mahesh Chand
Mar 26, 2007
How do I receive messages from MSMQ asynchronously?
The sample illustrates how to use the MessageQueue component to watch a message queue for arrival of new messages.
Mahesh Chand
Mar 26, 2007
How do I use message formatters in MSMQ?
The sample illustrates how to use the MessageQueue component to use different serialization mechanisms to send objects through a message queue.
Mahesh Chand
Mar 26, 2007
How do I control a message queue?
This sample illustrates how to change some properties of a message queue. It is a small console application that can be run from a command prompt.
Mahesh Chand
Mar 26, 2007
No Records Available.
Learn Angular 8 In 25 Days
Challenge yourself
Networking
E-Book Download
Get Certified
Java Developer