Re: Is it possible to write Client and Server Winsock in C# Windows CE
Tech-Archive recommends: Fix windows errors by optimizing your registry
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Mon, 2 Jul 2007 08:44:56 -0700
There's a Socket class provided by the .NET Compact Framework and that's
normally what you'd use for the most-general solution (look it up in the
help). There are also TcpClient and TcpServer classes that wrap some of the
lower-level details of setting up a socket for the case of a client program
that will connect() to a server or a server that will listen() for client
connections.
Paul T.
"Silver" <moc.liamtoh@gnirrevliseht> wrote in message
news:eIEuXspuHHA.3816@xxxxxxxxxxxxxxxxxxxxxxx
GTFW reveals:
http://www.go4expert.com/forums/showthread.php?t=3312
.
Relevant Pages
- Firewall BufferedReader
... I have a client program that connects to a server program ... using the Socket class. ... If I test my client program on a machine that has a internet visible IP, ... Since I've already established a connection, ... (comp.lang.java.help) - Re: Downloading
... If you are using the Socket class to connect to the server and manually writing and parsing HTTP headers, you will need to use System.Security.SslStream to handle SSL handshaking with the secure server. ... I have to log in to the website, so I am adding a line for authentication "Authentication Basic base64. ... (microsoft.public.dotnet.languages.vb) - Re: Where Is It From?
... Here is the C# from "Socket Class" of .NET Framework lib. ... private static string socketSendReceive(string server, int port) ... (microsoft.public.dotnet.languages.csharp) - Re: Socket problem
... > I am writing a simulation to run a server application on a computer with ... > Windows CE and a client application on a computer with Windows XP. ... > client socket class is derived from CSocket. ... (microsoft.public.windowsce.embedded.vc) - .NET Runtime 2.0 Error
... I have written a server in C# using the .net 2.0 socket class. ... server will run fine accepting incoming connections and handling ... crashes without any warning, or notification. ... (microsoft.public.dotnet.languages.csharp) |
|