Category Archives: Networking

P2P with WCF

A couple posts ago I was doing some experimentation with TCPClient and TCPServer. The bulk of my testing was done by creating a simple chat application. After that I decided I wanted to figure out how to do the same … Continue reading

Posted in .Net, C#, Networking, WCF | Comments Off on P2P with WCF

A Small TCP Experiment

I’m going to be writing some networking code for a personal project, so I spent some time learning to use TcpClient/TcpListener. After starting to learn them, I thought it might be interesting if I could send a delegate across the … Continue reading

Posted in .Net, C#, Networking | Comments Off on A Small TCP Experiment