How do i set up a socket server? |
|
|
by Nicolai Jee posted on 2005/02/06 |
|
How do i set up a server socket to read incomming lines from an inputstream ? |
by Nicolai Jee posted on 2005/02/06 |
|
to explain myself a little better then what i wish to do is to setup a server that can accept a string or text sent using the securenetwork to the server.
I have only been working with these things in java not .net.
How do i create the part of the server that can recieve the string?
and
How do i create the part of the client that can send the string? |
by Nicolai Jee posted on 2005/02/09 |
|
is there anyone around to answer questions ? |
by Pieter Philippaerts [Pieter at mentalis dot org] posted on 2005/03/25 |
|
Take a look at the example projects and at the documentation. I'm sure this will help you on your way. |