c# - UDP based client server model -


I am the new student of C # and I want to send a text file from the client to the server using the server . C#. But I do not know how to create a text file segment and it is sent to the server, please tell me a good solution to this problem

Welcome to the overflow stack!

Give it a shot

Change

  string; text_to_send = Console.ReadLine ();   

Here are some files with IO bits.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -