An answer to my problems?
It turns out an organization called SmallScript is working on a SmallTalk port for .NET called S#. Now, I'll admit, I've never seen or written any SmallTalk but it does offer some goodies that C# doesn't including:
- The ability to inherit from sealed classes (such as System.String and *SoapClientMessage*)
- Multiple Inheritance
- Dynamic Typing (I'm not a fan of dynamically typed languages, but some people like it)
I'm going to look into this. I'm thinking at this point that I could create an assembly, written in S# that would allow me to use the SoapClientMessage class. Stay Tuned...
[Currently Playing: The Prodigy - The Fat of the Land]