6
Reply

What is Socket Programming in C#

Sujeet Suman

Sujeet Suman

Jul 22, 2015
2.3k
0

    A C# Server Socket Program running on a computer has a socket that bound to a Port Number on the same computer and listening to the client's incoming requests.

    Ahtasham Hassan
    September 10, 2015
    1

    http://www.c-sharpcorner.com/UploadFile/ajyadav123/applied-C-Sharp-net-socket-programming/

    Sujeet Suman
    August 18, 2015
    1

    http://csharp.net-informations.com/communications/csharp-socket-programming.htm

    Munesh Sharma
    August 05, 2015
    1

    Socket is a Port in System. We can Send and receive data using Socket using different protocols.Tcp, UdP etc.

    Vishal Jadav
    August 08, 2016
    0

    Socket programming in c# is get communicate from front end to back end or client side to server side through some protocols

    Sandeep Kumar
    December 27, 2015
    0

    socket programming in .NET Framework using C#. Secondly, we will create a small application consisting of a server and a client, which will communicate using TCP and UDP protocols.

    bharat aggarwal
    October 16, 2015
    0