Communicating with servers by code
.NET (Core and Framework)
4
Posts
2
Posters
0
Views
1
Watching
-
-
Hello there, I am creating a web application and i need to communicate with a server(Mainly it is a mail server). But i want an general answer how could i communicate with these servers??Such as opening connection retrieving data and closing connection
-
khKamel wrote:
general answer
One way to communicate between machines is by using a socket.
There are only 10 types of people in this world — those who understand binary, and those who don't.
-
Ok thanks,now i have some information thanks to you, but how is communication using socket is done??