By tag: socket
0
kicks
Data Transfer Using Self Hosted WCF Service
Hosting a WCF service to transfer streaming data using tcp sockets. The article describes how to tune a WCF service to handle large files and transfer them across the network using net tcp binding.
0
kicks
Networking (raw sockets) in Silverlight and WPF - messaging in general
How to use raw sockets in Silverlight application
0
kicks
Socket Server with .NET 3.5 using pooled buffers and SocketAsyncEventA
Writing high performance socket servers using the socket enhancements in .NET 3.5, handling 15,000 socket connection with 1% CPU on a standard desktop PC.