Search results for query: *

  • Users: SK33
  • Content: Threads
  • Order by date
  1. S

    getting exception from server in socket while displaying a string array in client

    I have created a simple server and client program in c#. The server will send a string array to the client and the client will display it and the client will sent an id to server and the server will display it. My sample code is given below. When I run them, I get an exception in the server...
  2. S

    array of strings is not getting displayed

    I have written a simple server code in c# which sends a string array to the client and the client receives it and displays it on the console. But in my code, the client is not getting the string array, so it is not being displayed on the console. Is there anything wrong in the code? // **Client...
  3. S

    click button not working in server GUI program

    I have created a small server using socket programming in c# which will receive a file from a client and save it in a directory. I have made two buttons for the GUI of server. one is 'connect' which will start the server on clicking and the other is 'disconnect' which will stop the server. I...
Back
Top Bottom