Malar Chinnusamy's WebLog

General things to take into consideration while doing socket programming.

I had to recently write a client-server socket application and so I was mulling over all that needs...

Author: malarch Date: 06/26/2006

Socket Duplication - Part 2

Is it possible to transfer sockets from unmanaged processes? So, a question now arises.. Is it...

Author: malarch Date: 12/26/2005

Socket Duplication - Part 1

Socket Duplication is a new feature supported in Whidbey. So I thought a series on this feature will...

Author: malarch Date: 12/14/2005

Need to communicate across different Address Types?

Do you have ipv4 only servers which you need to connect from ipv6 clients or viceversa? Portproxy is...

Author: malarch Date: 11/19/2005

Tired of creating sockets for each protocol

Tired of creating sockets for each protocol, to make your application listen on all addresses for a...

Author: malarch Date: 11/18/2005

Tips And Tricks

Planning on updating this section regularly with some Tips, Tricks and some TroubleShooting...

Author: malarch Date: 11/18/2005

ServicePoint.BindIPEndPointDelegate

In Whidbey, it is now possible to specify the local endpoint that the HttpWebRequest should use when...

Author: malarch Date: 09/13/2005