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 TCP protocol
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Afzaal Ahmad Zeeshan (1)
Bill Farley (1)
Lee SangEun (1)
Related resources for TCP protocol
No resource found
Creating a Server/Client Application Using Only TCP Protocol
11/10/2020 6:45:16 AM.
In this article, I will go through variosu stages of programming a server/client application framework in native .NET framework using TCP protocol only.
Simple SMTP Mailer
12/28/2005 1:45:10 AM.
This is a simple program which shows how to send mail via SMTP without using any framework support. While using the .NET SMTP classes may be a little easier, it is good to be able to go under the hood and get your hands dirty to understand what is going on at the socket level. For simple text messages, this implementation works fine.
Multicasting using UDP in C#
12/26/2005 11:35:31 PM.
The attached source code shows you how to use multi casting in a LAN environment.